takama / daemon

A daemon package for use with Go (golang) services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some service scripts ignoring {{.Args}}

ehalpern opened this issue · comments

Optional args passed to Daemon.Install(args...) should be included on the exec line when the service is started. This is already the case for darwin and systemv (see daemon_darwin.go and daemon_linux_systemd.go) but it is not for the others.