mirror of
https://github.com/rembo10/headphones.git
synced 2026-01-08 22:38:08 -05:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user