Systemd is very case-sensitive. 'Exec' will be ignored, while 'exec' will succeed

Mitchell Freiderich 2020-05-14 17:39:25 -05:00
parent 9511a10fce
commit 708ad1b6d3

@ -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