summaryrefslogtreecommitdiffstats
path: root/mail/perdition/files/perdition.in
blob: 0243270943b116164043a837786c81573e1c68c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: perdition
# REQUIRE: DAEMON
# KEYWORD: shutdown
#
# Add the following lines to /etc/rc.conf to enable perdition
#
# perdition_enable="YES"
# perdition_flags="<set as needed>"
#
# See perdition(8) for flags
#

perdition_enable=${perdition_enable-"NO"}

. %%RC_SUBR%%

name="perdition"
rcvar=`set_rcvar`

command="%%PREFIX%%/sbin/${name}"
pidfile="/var/run/perdition/${name}.pid"

load_rc_config $name

run_rc_command "$1"
OpenPOWER on IntegriCloud