11 lines
158 B
Text
11 lines
158 B
Text
|
#!/bin/ksh
|
||
|
|
||
|
daemon="${TRUEPREFIX}/bin/pyzord"
|
||
|
daemon_flags="--detach=/var/log/pyzord.log"
|
||
|
|
||
|
. /etc/rc.d/rc.subr
|
||
|
|
||
|
pexp=".*${daemon} ${daemon_flags}"
|
||
|
|
||
|
rc_cmd $1
|