mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-25 18:56:34 +03:00
Add systemd service file.
Thanks to leigh123linux and pmzqla.
This commit is contained in:
parent
66bb7ce52c
commit
26404e2cc4
1 changed files with 11 additions and 0 deletions
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 a new issue