diff options
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/helper/darwin.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/helper/darwin.go b/pkg/helper/darwin.go index e43c33c..82becee 100644 --- a/pkg/helper/darwin.go +++ b/pkg/helper/darwin.go @@ -65,6 +65,8 @@ func parseCliArgs() { // OSX helper does not respond to arguments } +func initializeService(port int) {} + func daemonize() { cntxt := &daemon.Context{ PidFileName: "pid", |