🗃️ Committing everything that changed 🗃️

rootfs/usr/local/etc/docker/init.d/zz-default.sh
This commit is contained in:
casjay 2023-07-05 00:25:45 -04:00
parent 6c657f46a4
commit a7638c4885
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -81,7 +81,7 @@ SERVICE_PORT=""
SERVICE_UID="0" # set the user id
SERVICE_USER="root" # execute command as another user
EXEC_CMD_BIN="transmission-daemon" # command to execute
EXEC_CMD_ARGS="-f --config-dir $CONF_DIR" # command arguments
EXEC_CMD_ARGS="-f --config-dir $CONF_DIR/" # command arguments
EXEC_PRE_SCRIPT="" # execute script before
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Is this service a web server