mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-05 15:12:32 -06:00
Systemd is very case-sensitive. 'Exec' will be ignored, while 'exec' will succeed
2
Running-qBittorrent-without-X-server-(WebUI-only---systemd-service-setup,-Ubuntu-15.04-or-newer).md
2
Running-qBittorrent-without-X-server-(WebUI-only---systemd-service-setup,-Ubuntu-15.04-or-newer).md
@@ -96,7 +96,7 @@ After=network-online.target nss-lookup.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
# if you have systemd < 240 (Ubuntu 18.10 and earlier, for example), you probably want to use Type=simple instead
|
# if you have systemd < 240 (Ubuntu 18.10 and earlier, for example), you probably want to use Type=simple instead
|
||||||
Type=Exec
|
Type=exec
|
||||||
# change user as needed
|
# change user as needed
|
||||||
User=qbtuser
|
User=qbtuser
|
||||||
# notice that no -d flag needed
|
# notice that no -d flag needed
|
||||||
|
|||||||
Reference in New Issue
Block a user