Mike Tzou
7 years ago
committed by
GitHub
6 changed files with 20 additions and 17 deletions
@ -1,11 +0,0 @@
@@ -1,11 +0,0 @@
|
||||
[Unit] |
||||
Description=qBittorrent Daemon Service |
||||
After=network.target |
||||
|
||||
[Service] |
||||
Type=forking |
||||
User=1000 |
||||
ExecStart=@EXPAND_BINDIR@/qbittorrent-nox -d |
||||
|
||||
[Install] |
||||
WantedBy=multi-user.target |
@ -0,0 +1,14 @@
@@ -0,0 +1,14 @@
|
||||
[Unit] |
||||
Description=qBittorrenti-nox service for user %I |
||||
|
||||
Documentation=man:qbittorrent-nox(1) |
||||
After=network.target |
||||
|
||||
[Service] |
||||
Type=simple |
||||
PrivateTmp=false |
||||
User=%i |
||||
ExecStart=@EXPAND_BINDIR@/qbittorrent-nox |
||||
|
||||
[Install] |
||||
WantedBy=multi-user.target |
Loading…
Reference in new issue