We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1dc828 commit 99ac521Copy full SHA for 99ac521
support/service
@@ -3,9 +3,9 @@ Description=Gossa service for mytestfolder
3
Wants=network-online.target
4
After=network-online.target
5
6
-# note: its better to use absolute paths here
+# note: absolute paths are necessary here
7
[Service]
8
-ExecStart=gossa /home/joe/mytestfolder
+ExecStart=/usr/bin/gossa /home/joe/mytestfolder
9
Restart=always
10
RestartSec=30
11
0 commit comments