From 708ad1b6d30199f2ddf327d9c20fccfc8fc44f3b Mon Sep 17 00:00:00 2001 From: Mitchell Freiderich Date: Thu, 14 May 2020 17:39:25 -0500 Subject: [PATCH] Systemd is very case-sensitive. 'Exec' will be ignored, while 'exec' will succeed --- ...ebUI-only---systemd-service-setup,-Ubuntu-15.04-or-newer).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Running-qBittorrent-without-X-server-(WebUI-only---systemd-service-setup,-Ubuntu-15.04-or-newer).md b/Running-qBittorrent-without-X-server-(WebUI-only---systemd-service-setup,-Ubuntu-15.04-or-newer).md index 108a711..774c906 100644 --- a/Running-qBittorrent-without-X-server-(WebUI-only---systemd-service-setup,-Ubuntu-15.04-or-newer).md +++ b/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] # 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 User=qbtuser # notice that no -d flag needed