You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/docs/man/man3/ansible.supervisorctl.3

35 lines
753 B
Groff

.TH ANSIBLE.SUPERVISORCTL 5 "2012-10-02" "0.8" "ANSIBLE MODULES"
." generated from library/supervisorctl
.SH NAME
supervisorctl \- Manage the state of a program or group of programs running via Supervisord
." ------ DESCRIPTION
.SH DESCRIPTION
.PP
Manage the state of a program or group of programs running via Supervisord
." ------ OPTIONS
."
."
.SH OPTIONS
.IP state
The state of service
.IR Choices :
started,stopped,restarted.(required)
.IP name
The name of the supervisord program/process to manage(required)."
."
." ------ NOTES
."
."
." ------ EXAMPLES
.SH EXAMPLES
.PP
.nf
supervisorctl name=my_app state=started
.fi
." ------- AUTHOR
.SH AUTHOR
Matt Wright
.SH SEE ALSO
.IR ansible (1),
.I http://ansible.github.com/modules.html#supervisorctl