summarylogtreecommitdiffstats
path: root/qbittorrent-nox.service
blob: 8c84b40cf747dd1b3e850b0bfd29a62c25b0622c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=qBittorrent-nox service
Documentation=man:qbittorrent-nox(1)
Wants=network-online.target
After=local-fs.target network-online.target nss-lookup.target

[Service]
Type=simple
PrivateTmp=false
User=qbittorrent
ExecStart=/usr/bin/qbittorrent-nox
TimeoutStopSec=1800
AmbientCapabilities=CAP_NET_RAW

[Install]
WantedBy=multi-user.target