Skip to content

Commit

Permalink
Remove /var/run/rsyslogd.pid otherwise rsyslogd will not start in dat…
Browse files Browse the repository at this point in the history
…abase container (#1355)
  • Loading branch information
pavel-shirshov authored Jan 30, 2018
1 parent 8cf03b0 commit 175bae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockers/docker-database/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ logfile_backups=2
nodaemon=true

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

0 comments on commit 175bae8

Please sign in to comment.