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 }