diff options
Diffstat (limited to 'system/rsyslog/config')
-rw-r--r-- | system/rsyslog/config/rsyslog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/rsyslog/config/rsyslog b/system/rsyslog/config/rsyslog index 5b9fd1366a..67001c527a 100644 --- a/system/rsyslog/config/rsyslog +++ b/system/rsyslog/config/rsyslog @@ -1,6 +1,6 @@ /var/log/cron /var/log/debug /var/log/maillog /var/log/messages /var/log/secure /var/log/spooler /var/log/syslog { sharedscripts postrotate - /bin/kill -HUP $(cat /var/run/rsyslogd.pid 2>/dev/null) 2>/dev/null || true + /bin/kill -HUP `cat /var/run/rsyslogd.pid 2>/dev/null` 2>/dev/null || true endscript } |