daemontools service module. This module will create daemontools type service watcher. This module is states.service compatible so it can be used to maintain service state via provider interface:
- provider: daemontools
Calls daemontools.restart() function
Return a list of all available services
Wrapper for term()
CLI Example: salt '*' daemontools.reload <service name>
Restart service via daemontools. This will stop/start service
Starts service via daemontools
Return the status for a service via daemontools, return pid if running
CLI Example:
salt '*' daemontools.status <service name>
Stops service via daemontools
Send a TERM to service via daemontools