blob: b4ecc1ac9229ea057896b45aa94bd6d8f3eee47f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: stunnel.sh,v 1.1 2004/06/06 14:19:04 schmonz Exp $
#
# PROVIDE: stunnel
# REQUIRE: LOGIN
. /etc/rc.subr
name="stunnel"
rcvar=$name
command="@PREFIX@/sbin/stunnel"
required_files="@PKG_SYSCONFDIR@/stunnel.conf"
load_rc_config $name
run_rc_command "$1"
|