mirror of
https://github.com/armbian/build.git
synced 2025-08-25 08:21:10 +02:00
5 lines
170 B
Bash
Executable File
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
|