mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07: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…
Add table
Add a link
Reference in a new issue