OpenRC Script for dictd
- Install the package from the AUR
- Clone this repo
- Install the file dictd.init in /etc/init.d/ with
install -m=755 -oroot dictd.init /etc/init.d/dictd
After installing you should add the service to the system boot schedule with
sudo rc-update add dictd default
- Just remove it with pacman
pacman -Rs dictd-openrc
- First remove it from the system startup
rc-update del dictd -a
- Then just delete the script from your system
rm /etc/init.d/dictd