]> Cypherpunks.ru repositories - goircd.git/blobdiff - startup/freebsd.rc
Better FreeBSD's startup script
[goircd.git] / startup / freebsd.rc
old mode 100644 (file)
new mode 100755 (executable)
index 53bc8d9..c696412
@@ -2,14 +2,16 @@
 #
 
 # PROVIDE: goircd
-# REQUIRE: FILESYSTEMS NETWORKING
+# REQUIRE: DAEMON
 
 . /etc/rc.subr
 
 name="goircd"
 rcvar=goircd_enable
 command="/home/goircd/goircd"
-command_args="-hostname irc.example.com &"
+command_args="-hostname irc.example.com >> /var/log/goircd.log 2>&1 &"
+goircd_user="goircd"
+goircd_group="goircd"
 
 load_rc_config $name
 run_rc_command "$1"