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 09ea594 commit 4d39825Copy full SHA for 4d39825
pkg/systemd/systemd.go
@@ -19,7 +19,7 @@ Wants=network-online.target
19
[Service]
20
Type=simple
21
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 }}
+Environment=HOME=/var/run/tagit/{{ .ServiceID }}
23
Restart=always
24
User={{ .User }}
25
Group={{ .Group }}
0 commit comments