fixup paths in service file (#78)

systemd needs paths absolutely

Co-authored-by: Dennis <me@dennis.is>
This commit is contained in:
Pierre Dubouilh
2022-04-01 14:01:58 +02:00
committed by GitHub
co-authored by Dennis
parent f1dc8280f5
commit 99ac521aa8
+2 -2
View File
@@ -3,9 +3,9 @@ Description=Gossa service for mytestfolder
Wants=network-online.target
After=network-online.target
# note: its better to use absolute paths here
# note: absolute paths are necessary here
[Service]
ExecStart=gossa /home/joe/mytestfolder
ExecStart=/usr/bin/gossa /home/joe/mytestfolder
Restart=always
RestartSec=30