mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
12 lines
165 B
Bash
12 lines
165 B
Bash
#!/bin/ksh
|
|
|
|
daemon="${TRUEPREFIX}/sbin/sqlgrey -d"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
pexp="/usr/bin/perl -w ${daemon}${daemon_flags:+ ${daemon_flags}}"
|
|
|
|
rc_reload=NO
|
|
|
|
rc_cmd $1
|