Skip to content

Role92/dictd-openrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

OpenRC Script for dictd

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages