Skip to content

Commit

Permalink
Improved documentation
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tersmitten committed Nov 7, 2017
1 parent 149f3dc commit 5920f08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Set up the latest or a specific version of supervisor in Debian-like systems.
#### Variables

* `supervisor_version` [default: `latest`]: Supervisor version to install (e.g. `latest`, `3.3.1`)
* `supervisor_state` [default: `started`]: Describes the desired state for the supervisor service to be in (e.g. `started`, `stopped`)
* `supervisor_unix_http_server_file` [default: `/var/run/supervisor.sock`]: A path to a UNIX domain socket (e.g. `/tmp/supervisord.sock`) on which supervisor will listen for HTTP/XML-RPC requests. `supervisorctl` uses XML-RPC to communicate with supervisord over this port
* `supervisor_unix_http_server_chmod` [default: `'0700'`]: Change the UNIX permission mode bits of the UNIX domain socket to this value at startup
* `supervisor_unix_http_server_chown` [optional]: The user and group of `supervisor_unix_http_server_file` file. Use the following format: `user:group`
Expand Down

0 comments on commit 5920f08

Please sign in to comment.