diff --git a/service_darwin.go b/service_darwin.go index 24c5c30..700eb84 100644 --- a/service_darwin.go +++ b/service_darwin.go @@ -191,12 +191,12 @@ var launchdConfig = ` "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > -Label{{.Name}} +Label{{html .Name}} ProgramArguments - {{.Path}} + {{html .Path}} {{range .Config.Arguments}} - {{.}} + {{html .}} {{end}} KeepAlive<{{bool .KeepAlive}}/>