Files

5 lines
172 B
Plaintext
Raw Permalink Normal View History

2026-02-07 20:22:48 +08:00
#!/bin/sh
# Only run on systems where logrotate is a cron job
systemctl is-active --quiet logrotate.timer && exit 0
/usr/lib/orangepi/orangepi-ramlog write >/dev/null 2>&1