Skip to content

Commit ddd6368

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dockers/docker-database/supervisord.conf.j2

Lines changed: 1 addition & 1 deletion
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)