Update init.freebsd

This path is incorrect for freebsd the path to python bin is /usr/local/bin/python rather than /usr/bin/python
This commit is contained in:
MrClayPole
2017-02-21 08:54:24 +00:00
committed by Ade
parent 83c50ccd4f
commit ef6a203cda

View File

@@ -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"