Skip to content

Commit 99ac521

Browse files
fixup paths in service file (#78)
systemd needs paths absolutely Co-authored-by: Dennis <[email protected]>
1 parent f1dc828 commit 99ac521

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

support/service

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Description=Gossa service for mytestfolder
33
Wants=network-online.target
44
After=network-online.target
55

6-
# note: its better to use absolute paths here
6+
# note: absolute paths are necessary here
77
[Service]
8-
ExecStart=gossa /home/joe/mytestfolder
8+
ExecStart=/usr/bin/gossa /home/joe/mytestfolder
99
Restart=always
1010
RestartSec=30
1111

0 commit comments

Comments
 (0)