mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
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:
parent
43a9bbf509
commit
cd3df842f2
@ -7,7 +7,7 @@
|
|||||||
delaycompress
|
delaycompress
|
||||||
compress
|
compress
|
||||||
postrotate
|
postrotate
|
||||||
invoke-rc.d rsyslog reload > /dev/null
|
invoke-rc.d rsyslog rotate > /dev/null
|
||||||
endscript
|
endscript
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -32,6 +32,6 @@
|
|||||||
delaycompress
|
delaycompress
|
||||||
sharedscripts
|
sharedscripts
|
||||||
postrotate
|
postrotate
|
||||||
invoke-rc.d rsyslog reload > /dev/null
|
invoke-rc.d rsyslog rotate > /dev/null
|
||||||
endscript
|
endscript
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user