From f930a55140b63d9dad6c2a177ad3bef2f4a6eff7 Mon Sep 17 00:00:00 2001 From: casjay Date: Wed, 5 Jul 2023 09:09: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/transmission.sh --- rootfs/usr/local/etc/docker/init.d/transmission.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/usr/local/etc/docker/init.d/transmission.sh b/rootfs/usr/local/etc/docker/init.d/transmission.sh index c0bef34..50d47e9 100755 --- a/rootfs/usr/local/etc/docker/init.d/transmission.sh +++ b/rootfs/usr/local/etc/docker/init.d/transmission.sh @@ -82,7 +82,7 @@ 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 +EXEC_PRE_SCRIPT="sleep 20 &&" # execute script before # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Is this service a web server IS_WEB_SERVER="no"