summarylogtreecommitdiffstats
path: root/qbittorrent-nox@.service
blob: 7d1fa9d2b4161b4d96eccb7e76276c61c508af4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=qBittorrent-nox service for user %I
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=%i
ExecStart=/usr/bin/qbittorrent-nox
TimeoutStopSec=1800
AmbientCapabilities=CAP_NET_RAW

[Install]
WantedBy=multi-user.target