-
Notifications
You must be signed in to change notification settings - Fork 3
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
Example Config? #45
Comments
+1 yes. I see a potential in this kind of tool, but entirely confused about what to do. I think it needs real world examples. I am willing to submit PR for docs if someone can explain this to me, even in a sloppy demo-ey screencast-y way. |
I have something almost completely working, though there are some simple -frew
|
this is what I have so far; it's not perfect and will work better when some of the outstanding issues have been taken care of (mostly the Env thing): https://github.com/frioux/services. Weirdly I'm having issues with nesting daemonproxies, but I was gonna debug that more after some stuff settles down with this. |
…onproxy This script reads a yaml config file and then interacts with daemonproxy on stdin/stdout to make daemonproxy's state match the config. If the config file has not changed from the previous run, it should not alter daemonproxy's state in any way (except to decrement the SIGHUP count) This code is incomplete, and lightly commented. refs #45, refs #47, refs #49
To get quickly going it would be super helpful to have an example config in the repo or in the manfile
The text was updated successfully, but these errors were encountered: