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