There was an error while loading. Please reload this page.
2 parents a064fbc + 957afb9 commit 773fa43Copy full SHA for 773fa43
1 file changed
model/sys-desc/shelltime.service
@@ -4,7 +4,7 @@ After=network.target
4
5
[Service]
6
Type=simple
7
-ExecStart=/bin/sh -c 'exec $(getent passwd $USER | cut -d: -f7) -l -c "/usr/local/bin/shelltime-daemon"'
+ExecStart=/bin/sh -c 'exec $(getent passwd $USER | cut -d: -f7) -l -c "{{.BaseFolder}}/bin/shelltime-daemon"'
8
Restart=always
9
10
# Resource limits
0 commit comments