We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf03b0 commit 175bae8Copy full SHA for 175bae8
dockers/docker-database/supervisord.conf
@@ -4,7 +4,7 @@ logfile_backups=2
4
nodaemon=true
5
6
[program:rsyslogd]
7
-command=/usr/sbin/rsyslogd -n
+command=/bin/bash -c "rm -f /var/run/rsyslogd.pid && /usr/sbin/rsyslogd -n"
8
priority=1
9
autostart=true
10
autorestart=false
0 commit comments