Run logrotate at boot

This commit is contained in:
David Carley
2021-03-09 23:48:03 -08:00
parent 5544e79913
commit 937f30d844
3 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/sh
test -x /usr/sbin/logrotate || exit 0
/usr/sbin/logrotate /etc/logrotate.conf