Skip to content

Commit 773fa43

Browse files
authored
Merge pull request #153 from shelltime/claude/issue-152-20251222-1324
2 parents a064fbc + 957afb9 commit 773fa43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

model/sys-desc/shelltime.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ After=network.target
44

55
[Service]
66
Type=simple
7-
ExecStart=/bin/sh -c 'exec $(getent passwd $USER | cut -d: -f7) -l -c "/usr/local/bin/shelltime-daemon"'
7+
ExecStart=/bin/sh -c 'exec $(getent passwd $USER | cut -d: -f7) -l -c "{{.BaseFolder}}/bin/shelltime-daemon"'
88
Restart=always
99

1010
# Resource limits

0 commit comments

Comments
 (0)