corrected logrotate config for rsyslog to send -HUP after log rotation
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
delaycompress
|
||||
compress
|
||||
postrotate
|
||||
invoke-rc.d rsyslog rotate > /dev/null
|
||||
/etc/init.d/rsyslog reload > /dev/null
|
||||
endscript
|
||||
}
|
||||
|
||||
@@ -32,6 +32,6 @@
|
||||
delaycompress
|
||||
sharedscripts
|
||||
postrotate
|
||||
invoke-rc.d rsyslog rotate > /dev/null
|
||||
/etc/init.d/rsyslog reload > /dev/null
|
||||
endscript
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user