mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
systemd/user/qbittorrent-nox: enable automatic restarting
I don't appreciate it OOMing on me when I am waiting for Fedora 36 and two Debian images to download.
This commit is contained in:
parent
25f11f89db
commit
94145668d7
@ -1,12 +1,12 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=A Headless Bittorrent client using rb_libtorrent
|
Description=A Headless Bittorrent client using rb_libtorrent
|
||||||
After=mullvad-connect.service
|
|
||||||
Wants=mullvad-connect.service
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/usr/bin/qbittorrent-nox --webui-port=8081
|
ExecStart=/usr/bin/qbittorrent-nox --webui-port=8081
|
||||||
ExecReload=/bin/kill -HUP $MAINPID
|
ExecReload=/bin/kill -HUP $MAINPID
|
||||||
|
Restart=always
|
||||||
|
RestartSec=5
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
WantedBy=default.target
|
||||||
|
Loading…
Reference in New Issue
Block a user