Replace the killall -w command with a systemd solution that will do the same thing of waiting forever.

Mitchell Freiderich 2019-11-09 17:55:23 -06:00
parent e29c52be4a
commit 802bbb1ad1

@ -69,7 +69,7 @@ After=network.target
User=qbtuser
Group=qbtuser
ExecStart=/usr/bin/qbittorrent-nox
ExecStop=/usr/bin/killall -w qbittorrent-nox
TimeoutStopSec=infinity
[Install]
WantedBy=multi-user.target
@ -268,7 +268,7 @@ BindsTo=media-volume.mount
User=qbtuser
Group=qbtuser
ExecStart=/usr/bin/qbittorrent-nox
ExecStop=/usr/bin/killall -w qbittorrent-nox
TimeoutStopSec=infinity
[Install]
WantedBy=multi-user.target