renamed folder

This commit is contained in:
foobar
2022-10-28 17:07:24 +02:00
parent abd3e510ed
commit 913fd8edff
15 changed files with 0 additions and 0 deletions

View 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