ports/sysutils/diskcheckd/files/diskcheckd.in
2021-04-06 16:31:13 +02:00

21 lines
330 B
Bash

#!/bin/sh
# PROVIDE: diskcheckd
# REQUIRE: DAEMON
# KEYWORD: shutdown
#
# Add the following line to /etc/rc.conf to enable diskcheckd:
#
# diskcheckd_enable="YES"
: ${diskcheckd_enable="NO"}
. /etc/rc.subr
name="diskcheckd"
rcvar=diskcheckd_enable
command=%%PREFIX%%/sbin/diskcheckd
load_rc_config $name
run_rc_command "$1"