From acc8ed2092b4e03ac07d620541451cb09caa17ce Mon Sep 17 00:00:00 2001 From: ikkemaniac Date: Sat, 5 Jan 2013 16:18:41 +0100 Subject: [PATCH] Acutally use config_file variable --- init/freebsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/freebsd b/init/freebsd index bb9581db..aaeaeddb 100755 --- a/init/freebsd +++ b/init/freebsd @@ -40,7 +40,7 @@ status_cmd="${name}_status" stop_cmd="${name}_stop" command="/usr/sbin/daemon" -command_args="-f -p ${couchpotato_pid} /usr/local/bin/python ${couchpotato_dir}/CouchPotato.py ${couchpotato_flags}" +command_args="-f -p ${couchpotato_pid} /usr/local/bin/python ${couchpotato_dir}/CouchPotato.py --config_file ${couchpotato_conf} ${couchpotato_flags}" start_cmd="${command} ${command_args}" # Check for wget and refuse to start without it.