blob: e68cc95a1fb7b947764292a9ae6efaf02ed8176f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: perdition.pop3s.sh,v 1.1 2006/02/13 15:18:32 tv Exp $
#
# PROVIDE: perdition
# REQUIRE: DAEMON LOGIN
. /etc/rc.subr
procname="perdition.pop3s"
name="perdition_pop3s"
rcvar=$name
command="@PREFIX@/sbin/${procname}"
pidfile="/var/run/${procname}/${procname}.pid"
load_rc_config $name
run_rc_command "$1"
|