mirror of
https://github.com/pldubouilh/gossa.git
synced 2024-04-21 12:31:39 +00:00
fixup paths in service file (#78)
systemd needs paths absolutely Co-authored-by: Dennis <me@dennis.is>
This commit is contained in:
co-authored by
Dennis
parent
f1dc8280f5
commit
99ac521aa8
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user