mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-14 14:44:57 +00:00
Update qbittorrent.init
This commit is contained in:
parent
3c3945ec92
commit
11c1ebb86f
@ -25,7 +25,6 @@ DESC="qBittorrent"
|
||||
PIDFILE="/var/run/$NAME.pid"
|
||||
QBTLOGPATH="/config/qBittorrent/data/logs/"
|
||||
QBTLOG="qbittorrent-daemon.log"
|
||||
UMASK="022"
|
||||
|
||||
DAEMON="/usr/bin/qbittorrent-nox"
|
||||
DAEMON_ARGS="--profile=/config"
|
||||
@ -33,6 +32,8 @@ DAEMONSTRING="$DAEMON $DAEMON_ARGS >> $QBTLOGPATH$QBTLOG 2>&1"
|
||||
|
||||
export DBUS_SESSION_BUS_ADDRESS=""
|
||||
|
||||
umask 000
|
||||
|
||||
# Read configuration variable file if it is present
|
||||
#[ -r /etc/default/$NAME ] && . /etc/default/$NAME
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user