mirror of
https://github.com/pldubouilh/gossa.git
synced 2026-09-04 08:07:22 -04: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
|
Wants=network-online.target
|
||||||
After=network-online.target
|
After=network-online.target
|
||||||
|
|
||||||
# note: its better to use absolute paths here
|
# note: absolute paths are necessary here
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=gossa /home/joe/mytestfolder
|
ExecStart=/usr/bin/gossa /home/joe/mytestfolder
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=30
|
RestartSec=30
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user