diff options
Diffstat (limited to 'pkg/helper/linux.go')
-rw-r--r-- | pkg/helper/linux.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pkg/helper/linux.go b/pkg/helper/linux.go index 8ee3037..3aaa0fe 100644 --- a/pkg/helper/linux.go +++ b/pkg/helper/linux.go @@ -40,8 +40,16 @@ var ( } ) +func parseCliArgs() { + // linux helper does not reply to args +} + func daemonize() {} +func doHandleCommands(bindAddr string) { + runCommandServer(bindAddr) +} + func getOpenvpnPath() string { if os.Getenv("SNAP") != "" { return snapOpenvpnPath |