Remove /var/run/rsyslogd.pid otherwise rsyslogd will not start in database container (#1355)
This commit is contained in:
parent
8cf03b0b28
commit
175bae84b9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user