e8bb7f207b
ajacoutot@ ok
14 lines
219 B
Bash
14 lines
219 B
Bash
#!/bin/sh
|
|
#
|
|
# $OpenBSD: tinyproxy.rc,v 1.2 2012/09/15 14:39:47 fgsch Exp $
|
|
|
|
daemon="${TRUEPREFIX}/sbin/tinyproxy"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_pre() {
|
|
install -d -o _tinyproxy -g _tinyproxy /var/run/tinyproxy
|
|
}
|
|
|
|
rc_cmd $1
|