mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-22 20:44:15 +00:00
Add systemd service file.
Thanks to leigh123linux and pmzqla.
This commit is contained in:
parent
66bb7ce52c
commit
26404e2cc4
11
dist/unix/systemd/qbittorrent-nox.service
vendored
Normal file
11
dist/unix/systemd/qbittorrent-nox.service
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=qBittorrent Daemon Service
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
User=1000
|
||||
ExecStart=qbittorrent-nox -d
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
x
Reference in New Issue
Block a user