diff --git a/logrotate/logrotate.conf b/logrotate/logrotate.conf index b319fa0f..30be4f28 100644 --- a/logrotate/logrotate.conf +++ b/logrotate/logrotate.conf @@ -6,6 +6,6 @@ monthly sharedscripts postrotate - kill -HUP $(cat /var/run/rsyslogd.pid) + kill -HUP $(cat /var/run/rsyslogd.pid) || true endscript }