salt.states.supervisord

Interaction with the Supervisor daemon.

wsgi_server:
  supervisord:
    - running
    - require:
      - pkg: supervisor
    - watch:
      - file.managed: /etc/nginx/sites-enabled/wsgi_server.conf
salt.states.supervisord.dead(name, runas=None, conf_file=None, bin_env=None)

Ensure the named service is dead (not running).

name
Service name as defined in the supervisor configuration file
runas
Name of the user to run the supervisorctl command
conf_file
path to supervisorctl config file
bin_env
path to supervisorctl bin or path to virtualenv with supervisor installed
salt.states.supervisord.mod_watch(name, restart=None, runas=None, conf_file=None, bin_env=None)
salt.states.supervisord.running(name, restart=False, update=False, runas=None, conf_file=None, bin_env=None)

Ensure the named service is running.

name
Service name as defined in the supervisor configuration file
restart
Whether to force a restart
update
Whether to update the supervisor configuration.
runas
Name of the user to run the supervisorctl command
conf_file
path to supervisorctl config file
bin_env
path to supervisorctl bin or path to virtualenv with supervisor installed

Table Of Contents

Previous topic

salt.states.stateconf

Next topic

salt.states.svn