2021-03-25 11:19:35 +02:00

5 lines
170 B
Bash
Executable File

#!/bin/sh
# Only run on systems where logrotate is a cron job
systemctl is-active --quiet logrotate.timer && exit 0
/usr/lib/armbian/armbian-ramlog write >/dev/null 2>&1