Skip to content

Commit ddd6368

Browse files
committed
[docker-database]: do not generate pidfile for rsyslogd
Signed-off-by: Guohan Lu <[email protected]>
1 parent 6cd8d5b commit ddd6368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockers/docker-database/supervisord.conf.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ autostart=true
1010
autorestart=unexpected
1111

1212
[program:rsyslogd]
13-
command=/bin/bash -c "rm -f /var/run/rsyslogd.pid && /usr/sbin/rsyslogd -n"
13+
command=/usr/sbin/rsyslogd -n -iNONE
1414
priority=1
1515
autostart=true
1616
autorestart=false

0 commit comments

Comments
 (0)