mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
13 lines
257 B
SYSTEMD
13 lines
257 B
SYSTEMD
|
[Unit]
|
||
|
Description=qbittorrent-nox Daemon
|
||
|
Documentation=https://github.com/qbittorrent/qBittorrent/wiki
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
User=%i
|
||
|
Type=forking
|
||
|
ExecStart=/usr/bin/qbittorrent-nox --daemon --webui-port=8080
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|