There was an error while loading. Please reload this page.
2 parents 7c7a68c + 964538c commit 2610348Copy full SHA for 2610348
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 username | cut -d: -f7) -l -c "/usr/local/bin/shelltime-daemon"'
+ExecStart=/bin/sh -c 'exec $(getent passwd $USER | cut -d: -f7) -l -c "/usr/local/bin/shelltime-daemon"'
8
Restart=always
9
10
# Resource limits
0 commit comments