Skip to content

Commit e939418

Browse files
committed
fix whitespace and supervisord.conf template comment
1 parent 7bcaad7 commit e939418

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

supervisor_templates/conf.d/WowzaStreamingEngine.conf.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ autostart=true
77
autorestart=true
88
stdout_logfile=/dev/fd/1
99
stdout_logfile_maxbytes = 0
10-
redirect_stderr=true
10+
redirect_stderr=true

supervisor_templates/supervisord.conf.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ file=${SUPERVISORD_SOCKET_FILE} ; (the path to the socket file)
55
chmod=0700 ; socket file mode (default 0700)
66

77
[supervisord]
8-
logfile=/dev/null ; send supervisor logs to stdout
8+
logfile=/dev/null ; supervisor logs to stdout
99
logfile_maxbytes = 0 ; forcibly disable log rotation
1010
pidfile=${SUPERVISORD_PID_FILE} ; (supervisord pidfile;default supervisord.pid)
1111
childlogdir=/usr/local/supervisor ; ('AUTO' child log dir, default $TEMP)

0 commit comments

Comments
 (0)