diff --git a/service_darwin.go b/service_darwin.go index 547cbef..24c5c30 100644 --- a/service_darwin.go +++ b/service_darwin.go @@ -195,6 +195,9 @@ var launchdConfig = ` ProgramArguments {{.Path}} +{{range .Config.Arguments}} + {{.}} +{{end}} KeepAlive<{{bool .KeepAlive}}/> RunAtLoad<{{bool .RunAtLoad}}/>