summarylogtreecommitdiffstats
path: root/qbittorrent.service
blob: cfe78ce7734e31dc146e808dc6e46d05758ebe3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=qbittorrent-nox Daemon
After=network.target

[Service]
User=0
Type=forking
ExecStart=/usr/bin/qbittorrent-nox --daemon --webui-port=8080
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target