mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-26 11:16:20 +03:00
11 lines
184 B
SYSTEMD
11 lines
184 B
SYSTEMD
[Unit]
|
|
Description=qBittorrent Daemon Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
User=1000
|
|
ExecStart=@EXPAND_BINDIR@/qbittorrent-nox -d
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|