mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-05 16:57:51 +08:00
work in progress for message queue
This commit is contained in:
@@ -210,3 +210,8 @@ func Uninstall() error {
|
||||
ncutils.PrintLog("uninstalled netclient", 0)
|
||||
return err
|
||||
}
|
||||
|
||||
func Daemon() error {
|
||||
err := functions.Daemon()
|
||||
return err
|
||||
}
|
||||
|
Reference in New Issue
Block a user