mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-25 14:04:23 +00:00
12 lines
168 B
SYSTEMD
12 lines
168 B
SYSTEMD
|
[Unit]
|
||
|
Description=qBittorrent Daemon Service
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
User=1000
|
||
|
ExecStart=qbittorrent-nox -d
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|