diff --git a/rootfs/usr/local/etc/docker/init.d/zz-default.sh b/rootfs/usr/local/etc/docker/init.d/zz-default.sh index de1fb60..f64c94f 100755 --- a/rootfs/usr/local/etc/docker/init.d/zz-default.sh +++ b/rootfs/usr/local/etc/docker/init.d/zz-default.sh @@ -78,11 +78,11 @@ DATABASE_DIR="${DATABASE_DIR_TRANSMISSION:-/data/db/transmission}" SERVICE_PORT="" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # execute command variables -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_PRE_SCRIPT="" # execute script before +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_PRE_SCRIPT="" # execute script before # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Is this service a web server IS_WEB_SERVER="no"