Sync translations from Transifex and run lupdate
[qBittorrent.git] / dist / unix / systemd / qbittorrent-nox@.service.in
blobfe49c31da3a9482439ef1447878a45ea718747a1
1 [Unit]
2 Description=qBittorrent-nox service for user %I
3 Documentation=man:qbittorrent-nox(1)
4 Wants=network-online.target
5 After=local-fs.target network-online.target nss-lookup.target
7 [Service]
8 Type=simple
9 PrivateTmp=false
10 User=%i
11 ExecStart=@EXPAND_BINDIR@/qbittorrent-nox
12 TimeoutStopSec=1800
14 [Install]
15 WantedBy=multi-user.target