first commit
This commit is contained in:
4
external/packages/bsp/common/etc/cron.daily/orangepi-ram-logging
vendored
Normal file
4
external/packages/bsp/common/etc/cron.daily/orangepi-ram-logging
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user