Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 782 Bytes

README.md

File metadata and controls

36 lines (31 loc) · 782 Bytes

dictd-openrc

OpenRC Script for dictd

Installation

Arch Linux based distributions

  1. Install the package from the AUR

Non Arch Linux Based

  1. Clone this repo
  2. Install the file dictd.init in /etc/init.d/ with
install -m=755 -oroot dictd.init /etc/init.d/dictd

Setup

After installing you should add the service to the system boot schedule with

sudo rc-update add dictd default

How-to uninstall

Arch Linux based distributions

  1. Just remove it with pacman
pacman -Rs dictd-openrc

Non Arch Linux Based

  1. First remove it from the system startup
rc-update del dictd -a
  1. Then just delete the script from your system
 rm /etc/init.d/dictd