From 007345cf88465ab026a6dc10fa83abc6fec1eac8 Mon Sep 17 00:00:00 2001 From: Geoffrey Huntley Date: Sat, 5 Nov 2011 10:03:38 +1100 Subject: [PATCH] resolved issue where init.freebsd would not autostart upon boot --- init.freebsd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.freebsd b/init.freebsd index d82d05c4..b5ebd5ed 100755 --- a/init.freebsd +++ b/init.freebsd @@ -1,7 +1,7 @@ #!/bin/sh # # PROVIDE: headphones -# REQUIRE: sabnzbd +# REQUIRE: DAEMON sabnzbd # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf.local or /etc/rc.conf @@ -19,6 +19,7 @@ # Default is same as headphones_dir. # headphones_pid: The name of the pidfile to create. # Default is headphones.pid in headphones_dir. +PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin" . /etc/rc.subr