Skip to content

Commit 4d39825

Browse files
committed
remove typo
1 parent 09ea594 commit 4d39825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/systemd/systemd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Wants=network-online.target
1919
[Service]
2020
Type=simple
2121
ExecStart=/usr/bin/tagit run -s {{ .ServiceID }} -x {{ .Script }} -p {{ .TagPrefix }} -i {{ .Interval }}{{ if .Token }} -t {{ .Token }}{{ end }}{{ if .ConsulAddr }} -c {{ .ConsulAddr }}{{ end }}
22-
Environment=HOME=/var/run/taggit/{{ .ServiceID }}
22+
Environment=HOME=/var/run/tagit/{{ .ServiceID }}
2323
Restart=always
2424
User={{ .User }}
2525
Group={{ .Group }}

0 commit comments

Comments
 (0)