mirror of https://github.com/apache/cloudstack.git
Logrotate is called from crontab. Debian crontab does not include everything in it's path. Therefore reference to these bins need to be absoluut.
Signed-off-by: Daan Hoogland <daan@onecht.net>
This commit is contained in:
parent
a458383d0a
commit
380ecf2253
|
|
@ -7,7 +7,7 @@
|
|||
delaycompress
|
||||
compress
|
||||
postrotate
|
||||
invoke-rc.d rsyslog reload > /dev/null
|
||||
/usr/sbin/invoke-rc.d rsyslog reload > /dev/null
|
||||
endscript
|
||||
}
|
||||
|
||||
|
|
@ -32,6 +32,6 @@
|
|||
delaycompress
|
||||
sharedscripts
|
||||
postrotate
|
||||
invoke-rc.d rsyslog reload > /dev/null
|
||||
/usr/sbin/nvoke-rc.d rsyslog reload > /dev/null
|
||||
endscript
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue