ports/net/corosync2/files/corosync-notifyd.in
2021-04-06 16:31:13 +02:00

19 lines
300 B
Bash

#!/bin/sh
# PROVIDE: corosync-notifyd
# REQUIRE: LOGIN FILESYSTEMS
# KEYWORD: shutdown
. /etc/rc.subr
name="corosync_notifyd"
rcvar="corosync_notifyd_enable"
load_rc_config $name
: ${corosync_notifyd_enable:=NO}
command="%%PREFIX%%/sbin/corosync-notifyd"
command_args="-l"
run_rc_command "$1"