work in progress for message queue

This commit is contained in:
Matthew R Kasun
2022-01-02 16:02:59 +00:00
parent 0d61875658
commit a44ad51661
5 changed files with 242 additions and 0 deletions

View File

@@ -210,3 +210,8 @@ func Uninstall() error {
ncutils.PrintLog("uninstalled netclient", 0)
return err
}
func Daemon() error {
err := functions.Daemon()
return err
}