blob: 0309224353d052a962b4001c01b977785940e62b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#!/bin/sh
# PROVIDE: irc2dc
# REQUIRE: DAEMON NETWORKING
. /etc/rc.subr
name="irc2dc"
rcvar=irc2dc_enable
load_rc_config $name
command="%%PREFIX%%/bin/irc2dc"
pidfile="/var/run/irc2dc.pid"
required_files="%%PREFIX%%/etc/irc2dc.conf"
run_rc_command $@
|