summaryrefslogtreecommitdiff
path: root/pkg/helper/darwin.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/helper/darwin.go')
-rw-r--r--pkg/helper/darwin.go2
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",