04-12-2025, 03:22 PM
(04-11-2025, 05:15 PM)roderickvd Wrote: I enabled tmpfs with that service on my RPi 4B too. Seems fine on cursory testing.
The actual config for this is below. I did end up making it a System Config option (default is on).
1. Cleanup from testing
sudo rm /etc/systemd/system/tmp.mount
sudo reboot
2. Install into /lib
cp /usr/share/systemd/tmp.mount /lib/systemd/system/'
sudo reboot
3. Turn off/on then reboot
# Off
sudo systemctl mask tmp.mount
# On
sudo systemctl unmask tmp.mount