Skip to content

Commit

Permalink
[docker-database]: do not generate pidfile for rsyslogd
Browse files Browse the repository at this point in the history
Signed-off-by: Guohan Lu <lguohan@gmail.com>
  • Loading branch information
lguohan committed May 22, 2020
1 parent 6cd8d5b commit ddd6368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockers/docker-database/supervisord.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ autostart=true
autorestart=unexpected

[program:rsyslogd]
command=/bin/bash -c "rm -f /var/run/rsyslogd.pid && /usr/sbin/rsyslogd -n"
command=/usr/sbin/rsyslogd -n -iNONE
priority=1
autostart=true
autorestart=false
Expand Down

0 comments on commit ddd6368

Please sign in to comment.