mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
11 lines
141 B
Bash
11 lines
141 B
Bash
#!/bin/ksh
|
|
|
|
daemon="${TRUEPREFIX}/sbin/sniproxy"
|
|
daemon_flags="-c ${SYSCONFDIR}/sniproxy.conf"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_reload=NO
|
|
|
|
rc_cmd $1
|