qBittorrent/dist/unix/systemd/qbittorrent-nox@.service.in

16 lines
330 B
SYSTEMD
Raw Normal View History

[Unit]
2020-06-01 21:30:59 +03:00
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=@EXPAND_BINDIR@/qbittorrent-nox
TimeoutStopSec=1800
[Install]
WantedBy=multi-user.target