mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-21 08:09:35 +08: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…
Reference in New Issue
Block a user