Update armbian-ram-logging
This commit is contained in:
parent
540d7abd88
commit
8b063ca8a6
@ -1,6 +1,4 @@
|
||||
#!/bin/sh
|
||||
# Only run on systems where logrotate is a cron job
|
||||
if [ -f /lib/systemd/system/logrotate.timer ]; then
|
||||
exit 0
|
||||
fi
|
||||
systemctl is-active --quiet logrotate.timer && exit 0
|
||||
/usr/lib/armbian/armbian-ramlog write >/dev/null 2>&1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user