I was trying to install and configure this on a raspberry. But it fails when starting the shutdown service.
$ sudo folder2ram -enablesystemd
Created symlink /etc/systemd/system/basic.target.wants/folder2ram_startup.service → /usr/lib/systemd/system/folder2ram_startup.service.
Created symlink /etc/systemd/system/multi-user.target.wants/folder2ram_shutdown.service → /usr/lib/systemd/system/folder2ram_shutdown.service.
systemd services enabled but not started, it is recommended to reboot for a cleaner transition to tmpfs folders
otherwise you can start them now (both services are needed) with
systemctl start folder2ram_startup.service
systemctl start folder2ram_shutdown.service
$ sudo systemctl start folder2ram_startup.service
$ sudo systemctl start folder2ram_shutdown.service
Failed to start folder2ram_shutdown.service: Unit blk-availability.service not found.
I'm running Raspbian GNU/Linux 10
I was trying to install and configure this on a raspberry. But it fails when starting the shutdown service.
I'm running
Raspbian GNU/Linux 10