From d8562e26c02f883905e93d2c51ff376d8edeea30 Mon Sep 17 00:00:00 2001 From: casjay Date: Tue, 4 Jul 2023 22:56:06 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rootfs/usr/local/etc/docker/init.d/zz-default.sh --- rootfs/usr/local/etc/docker/init.d/zz-default.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 b84bea4..39303e8 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="--config-dir /config/transmission" # 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="--config-dir /config/transmission -f" # command arguments +EXEC_PRE_SCRIPT="" # execute script before # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Is this service a web server IS_WEB_SERVER="no"