summarylogtreecommitdiffstats
path: root/dictd.initd
blob: 7645ff4cd8fe707b70dc340aee1f656edb357da0 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/openrc-run
command=/usr/bin/dictd
pidfile="/run/dictd.pid"
command_args="--pid-file ${pidfile}"
name="Dictd"

depend() {
	use net
}