Setting Smart Prefetch to Start Upon System Boot
Set bcache and acache_client to start upon system boot.
Setting Bcache
Configure the bcache.ko module to be automatically loaded upon system boot.
echo "bcache" > /etc/modules-load.d/bcache.conf
Setting Acache_client
- If you do not want to run the command as the root user, change the owning user and user group of the /dev/acache device.
View the user and user group of the /dev/acache device.
ll /dev/acache

- Modify the acache_client.service file. Set the user and user group to the current owning user and user group of the /dev/acache device.

- Set acache_client to start upon system boot.
sudo systemctl enable acache_client
You can disable the automatic startup if necessary.
sudo systemctl disable acache_client
Parent topic: Using the Software