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) - Run
systemctl start camlistored@myuser.service
(replace "myuser" with your username)
- Install Camlistore with your AUR client of choice (e.g.
yaourt -S camlistore
) - Copy the camlistored.service file below to
~/.config/systemd/user/camlistored.service
- Run
systemctl --user enable camlistored.service
- Run
systemctl --user start camlistored.service