rpi_zram
rpi_zram copied to clipboard
rc.local not available on new versions
Same here. I found https://askubuntu.com/questions/9853/how-can-i-make-rc-local-run-on-startup which links to https://www.linuxbabe.com/linux-server/how-to-enable-etcrc-local-with-systemd. The first gives the /etc/rc.local schema, and the second lists the commands to make systemd work and play well with /etc/rc.local
You can also manually make a file named rc.local with sudo echo exit 0 > /etc/rc.local
Can confirm this worked on PI OS Buster, and a few other OS's I tested on.