Fix typos and comment alignment in supervisor.conf files (#3714)

This commit is contained in:
Joe LeVeque 2019-11-06 09:24:54 -08:00 committed by GitHub
parent 9f1f61c821
commit 997ea59ba4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 18 deletions

View File

@ -2,7 +2,7 @@
[unix_http_server]
file=/var/run/supervisor.sock ; (the path to the socket file)
chmod=0700 ; sockef file mode (default 0700)
chmod=0700 ; socket file mode (default 0700)
username=dummy
password=dummy

View File

@ -2,7 +2,7 @@
[unix_http_server]
file=/var/run/supervisor.sock ; (the path to the socket file)
chmod=0700 ; sockef file mode (default 0700)
chmod=0700 ; socket file mode (default 0700)
username=dummy
password=dummy

View File

@ -2,7 +2,7 @@
[unix_http_server]
file=/var/run/supervisor.sock ; (the path to the socket file)
chmod=0700 ; sockef file mode (default 0700)
chmod=0700 ; socket file mode (default 0700)
[supervisord]
logfile=/var/log/supervisor/supervisord.log ; (main log file;default $CWD/supervisord.log)