mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00:00
15 lines
294 B
SYSTEMD
15 lines
294 B
SYSTEMD
[Unit]
|
|
Description=qBittorrent-nox service for user %I
|
|
Documentation=man:qbittorrent-nox(1)
|
|
Wants=network-online.target
|
|
After=network-online.target nss-lookup.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
PrivateTmp=false
|
|
User=%i
|
|
ExecStart=@EXPAND_BINDIR@/qbittorrent-nox
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|