mirror of
https://github.com/pldubouilh/gossa
synced 2025-12-06 08:22:32 +01:00
fixup paths in service file (#78)
systemd needs paths absolutely Co-authored-by: Dennis <me@dennis.is>
This commit is contained in:
parent
f1dc8280f5
commit
99ac521aa8
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue