How to install Camlistore on Arch Linux as a background process using Systemd.
YMMV, this worked for me on my system.
- Install Camlistore with your AUR client of choice (e.g.
yaourt -S camlistore
oraura -A camlistore
) - Copy the camlistored.service file below to
/etc/systemd/system/camlistored@.service
- Run
systemctl enable camlistored@myuser.service
(replace "myuser" with your username)