mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-02 15:59:22 +01:00
11 lines
214 B
SYSTEMD
11 lines
214 B
SYSTEMD
|
[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
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|