4ec44530ca
The framework is now stable and we will start documenting it (at last).
13 lines
186 B
Bash
13 lines
186 B
Bash
#!/bin/sh
|
|
#
|
|
# $OpenBSD: polipo.rc,v 1.5 2010/12/27 14:50:24 ajacoutot Exp $
|
|
|
|
daemon="${TRUEPREFIX}/bin/polipo"
|
|
daemon_flags="daemonise=yes"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_reload=NO
|
|
|
|
rc_cmd $1
|