]> Frank Brehm's Git Trees - salt/states.git/commitdiff
Bugfixing
authorFrank Brehm <frank@brehm-online.com>
Sun, 28 Feb 2016 19:03:43 +0000 (20:03 +0100)
committerFrank Brehm <frank@brehm-online.com>
Sun, 28 Feb 2016 19:03:43 +0000 (20:03 +0100)
basic/files/rsyslog.logrotate.conf

index c86adeb12d92228771bdd08945db16ce036e0a2b..814421acf0ad9354242c72ed58aed4e1b9cd5958 100644 (file)
@@ -52,7 +52,7 @@
     olddir /var/log/syslog.d/.old
     sharedscripts
     postrotate
-        reload rsyslog >/dev/null 2>&1 || true
+               invoke-rc.d rsyslog rotate > /dev/null
     endscript
 }