1
0
mirror of https://gitea.blesmrt.net/mikaela/shell-things.git synced 2025-03-11 00:50:54 +01:00
shell-things/conf/systemd/user/qbittorrent-nox.service

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