Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Armbian

Disable armbian-ramlog

Edit /etc/default/armbian-ramlog:

ENABLED=false

Comment out the entry in /etc/cron.d/armbian-truncate-logs:

#  0,15,30,45 * * * * root /usr/lib/armbian/armbian-truncate-logs

Comment out the entry in /etc/cron.daily/armbian-ram-logging:

#/usr/lib/armbian/armbian-ramlog write >/dev/null 2>&1

Restart the server:

sudo systemctl reboot