mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-13 07:42:26 +03:00
15 lines
243 B
SYSTEMD
15 lines
243 B
SYSTEMD
|
[Unit]
|
||
|
Description=qBittorrenti-nox service for user %I
|
||
|
|
||
|
Documentation=man:qbittorrent-nox(1)
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
PrivateTmp=false
|
||
|
User=%i
|
||
|
ExecStart=@EXPAND_BINDIR@/qbittorrent-nox
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|