From ef6a203cdab393370fa6b07e5bc0c990185c0c01 Mon Sep 17 00:00:00 2001 From: MrClayPole Date: Tue, 21 Feb 2017 08:54:24 +0000 Subject: [PATCH] Update init.freebsd This path is incorrect for freebsd the path to python bin is /usr/local/bin/python rather than /usr/bin/python --- init-scripts/init.freebsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init-scripts/init.freebsd b/init-scripts/init.freebsd index 78decdcc..e250a7f1 100755 --- a/init-scripts/init.freebsd +++ b/init-scripts/init.freebsd @@ -31,7 +31,7 @@ load_rc_config ${name} : "${headphones_conf:="/usr/local/headphones/config.ini"}" command="${headphones_dir}/Headphones.py" -command_interpreter="/usr/bin/python" +command_interpreter="/usr/local/bin/python" pidfile="/var/run/headphones/headphones.pid" start_precmd="headphones_start_precmd" headphones_flags="--daemon --nolaunch --pidfile $pidfile --config $headphones_conf $headphones_flags"