We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Try this:
$ cat conf <runner> program sleep 100 </runner> $ zdaemon -C conf start $ zdaemon -C conf kill; zdaemon -C stop; zdaemon -C status
I once got
kill(2289, 12) signal SIGTERM sent to process 2289 daemon process not running daemon manager running; daemon process not running
and then a second or so later
$ zdaemon -C conf status program running; pid=2370
The text was updated successfully, but these errors were encountered:
Don't ignore 'stop' if the program is respawning (#13)
b02276f
Conveniently this bug was discovered while writing a test for the previous feature (#10), so we save one test ;)
No branches or pull requests
Try this:
I once got
and then a second or so later
The text was updated successfully, but these errors were encountered: