pkgsrc/security/stunnel/files/stunnel.sh
2004-06-06 14:19:04 +00:00

17 lines
290 B
Bash
Executable file

#!@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"