mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19: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]
|
||||
Description=A Headless Bittorrent client using rb_libtorrent
|
||||
After=mullvad-connect.service
|
||||
Wants=mullvad-connect.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/qbittorrent-nox --webui-port=8081
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
Loading…
Reference in New Issue
Block a user