From 674f3db7d94857012268ae938c5ebe2f48302123 Mon Sep 17 00:00:00 2001 From: Alan Shreve Date: Sat, 24 Jan 2015 01:31:42 -0800 Subject: [PATCH] support arguments on darwin --- service_darwin.go | 3 +++ 1 file changed, 3 insertions(+) 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}}/>