Fix typos and comment alignment in supervisor.conf files (#3714)
This commit is contained in:
parent
9f1f61c821
commit
997ea59ba4
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user