mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
18 lines
285 B
Bash
Executable File
18 lines
285 B
Bash
Executable File
#!@RCD_SCRIPTS_SHELL@
|
|
#
|
|
# $NetBSD: stunnel.sh,v 1.2 2008/05/27 11:51:32 tnn Exp $
|
|
#
|
|
|
|
# PROVIDE: stunnel
|
|
# REQUIRE: LOGIN
|
|
|
|
. /etc/rc.subr
|
|
|
|
name="stunnel"
|
|
rcvar=$name
|
|
command="@PREFIX@/bin/stunnel"
|
|
required_files="@PKG_SYSCONFDIR@/stunnel.conf"
|
|
|
|
load_rc_config $name
|
|
run_rc_command "$1"
|