renamed folder
This commit is contained in:
11
build/root/etc/services.d/deluged/run
Normal file
11
build/root/etc/services.d/deluged/run
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
DELUGE_LOGLEVEL=${DELUGE_LOGLEVEL:-info}
|
||||
|
||||
if [ -n "${UMASK_SET}" ] && [ -z "${UMASK}" ]; then
|
||||
echo -e "You are using a legacy method of defining umask\nplease update your environment variable from UMASK_SET to UMASK\nto keep the functionality after July 2021"
|
||||
umask ${UMASK_SET}
|
||||
fi
|
||||
exec \
|
||||
s6-setuidgid abc /usr/bin/deluged -c /config \
|
||||
-d --loglevel=${DELUGE_LOGLEVEL} -l /config/deluged.log
|
||||
Reference in New Issue
Block a user