goircd/startup/freebsd.rc
2015-10-07 19:30:12 +03:00

16 lines
231 B
Bash

#!/bin/sh
#
# PROVIDE: goircd
# REQUIRE: FILESYSTEMS NETWORKING
. /etc/rc.subr
name="goircd"
rcvar=goircd_enable
command="/home/goircd/goircd"
command_args="-hostname irc.example.com &"
load_rc_config $name
run_rc_command "$1"