summarylogtreecommitdiffstats
path: root/dictd.run
blob: 94533f944f03bd402f9cf960606cb192ad88d6a9 (plain)
1
2
3
4
#!/bin/sh
killall -q dictd
[ -r /etc/conf.d/dictd ] && . /etc/conf.d/dictd
dictd $DICTD_ARGS -- $DICTD_EARGS && exec pwait -nx dictd