Restore original rsyslog-rotate script
Direct call doesn't work because of how arguments are passed to postrotate.
This commit is contained in:
parent
dc9ff33a8f
commit
91998802a7
|
@ -16,6 +16,6 @@
|
||||||
delaycompress
|
delaycompress
|
||||||
sharedscripts
|
sharedscripts
|
||||||
postrotate
|
postrotate
|
||||||
/usr/bin/systemctl kill -s HUP rsyslog.service
|
/usr/lib/rsyslog/rsyslog-rotate
|
||||||
endscript
|
endscript
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue