Update service_upstart_linux.go

This commit is contained in:
itnihao
2017-11-20 19:38:36 -06:00
committed by Daniel Theophanes
parent 14a49b39b3
commit 89346fbade
+1 -1
View File
@@ -156,7 +156,7 @@ func (s *upstart) Restart() error {
// the program before the Stop handler can run.
const upstartScript = `# {{.Description}}
{{if .DisplayName}}description "{{.DisplayName}}"{{end}}
{{if .DisplayName}}description "{{.DisplayName}}"{{end}}
kill signal INT
{{if .ChRoot}}chroot {{.ChRoot}}{{end}}