Remove /var/run/rsyslogd.pid otherwise rsyslogd will not start in database container (#1355)

This commit is contained in:
pavel-shirshov 2018-01-30 11:54:58 -08:00 committed by GitHub
parent 8cf03b0b28
commit 175bae84b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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