mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-04 16:49:22 +01:00
13 lines
274 B
Desktop File
13 lines
274 B
Desktop File
[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
|
|
|
|
[Install]
|
|
WantedBy=default.target
|