mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 01:19:23 +01:00
Aminda Suomalainen
94145668d7
I don't appreciate it OOMing on me when I am waiting for Fedora 36 and two Debian images to download.
13 lines
242 B
Desktop File
13 lines
242 B
Desktop File
[Unit]
|
|
Description=A Headless Bittorrent client using rb_libtorrent
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/qbittorrent-nox --webui-port=8081
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
Restart=always
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=default.target
|