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
parent f1dc8280f5
commit 99ac521aa8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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