We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd8d5b commit ddd6368Copy full SHA for ddd6368
dockers/docker-database/supervisord.conf.j2
@@ -10,7 +10,7 @@ autostart=true
10
autorestart=unexpected
11
12
[program:rsyslogd]
13
-command=/bin/bash -c "rm -f /var/run/rsyslogd.pid && /usr/sbin/rsyslogd -n"
+command=/usr/sbin/rsyslogd -n -iNONE
14
priority=1
15
autostart=true
16
autorestart=false
0 commit comments