]> Cypherpunks.ru repositories - goircd.git/blob - startup/freebsd.rc
53bc8d9edc572f4da91d72ab11fc8a20f4e5b782
[goircd.git] / startup / freebsd.rc
1 #!/bin/sh
2 #
3
4 # PROVIDE: goircd
5 # REQUIRE: FILESYSTEMS NETWORKING
6
7 . /etc/rc.subr
8
9 name="goircd"
10 rcvar=goircd_enable
11 command="/home/goircd/goircd"
12 command_args="-hostname irc.example.com &"
13
14 load_rc_config $name
15 run_rc_command "$1"