Restore original rsyslog-rotate script

Direct call doesn't work because of how arguments are passed to
postrotate.
This commit is contained in:
Joshua Boniface 2023-09-01 15:42:29 -04:00
parent 5cd9566163
commit 612045b8b3
1 changed files with 1 additions and 1 deletions

View File

@ -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
} }