Skip to content

Commit

Permalink
fixup paths in service file (#78)
Browse files Browse the repository at this point in the history
systemd needs paths absolutely

Co-authored-by: Dennis <[email protected]>
  • Loading branch information
pldubouilh and dennismartensson authored Apr 1, 2022
1 parent f1dc828 commit 99ac521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support/service
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 99ac521

Please sign in to comment.