-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid daemon kind specified #104
Comments
If you're running on MacOSX; the simple example will not work as Lines 211 to 232 in 496d691
|
Tank you |
Just trying out your package. The "problem" on macOS is that neither |
Below code work for me for both MacOS and Linux.
|
func main() {
srv, err := daemon.New(name, description, daemon.SystemDaemon)
if err != nil { // <-- Invalid daemon kind specified
errlog.Println("Error: ************************", err)
os.Exit(1)
}
}
The text was updated successfully, but these errors were encountered: