Files
onefinity-firmware/scripts/cron_reboot_logrotate
2021-03-09 23:48:03 -08:00

5 lines
89 B
Bash

#!/bin/sh
test -x /usr/sbin/logrotate || exit 0
/usr/sbin/logrotate /etc/logrotate.conf