CLOUDSTACK-7631: Log rotate on VR may fail as /etc/init.d/rsyslog does not anymore support reload option on debian wheezy

(cherry picked from commit 3a8c450890299ba02bcc245d962b87da0306b2e1)
This commit is contained in:
Saksham Srivastava 2014-09-25 15:59:08 +05:30 committed by David Nalley
parent 43a9bbf509
commit cd3df842f2

View File

@ -7,7 +7,7 @@
delaycompress
compress
postrotate
invoke-rc.d rsyslog reload > /dev/null
invoke-rc.d rsyslog rotate > /dev/null
endscript
}
@ -32,6 +32,6 @@
delaycompress
sharedscripts
postrotate
invoke-rc.d rsyslog reload > /dev/null
invoke-rc.d rsyslog rotate > /dev/null
endscript
}