From 89346fbadecfd8c0ca98cfd31523f8eba9b4abbf Mon Sep 17 00:00:00 2001 From: itnihao Date: Mon, 20 Nov 2017 19:38:36 -0600 Subject: [PATCH] Update service_upstart_linux.go --- service_upstart_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service_upstart_linux.go b/service_upstart_linux.go index 4695e8f..6e73e82 100644 --- a/service_upstart_linux.go +++ b/service_upstart_linux.go @@ -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}}