FreeBSD/FreeNAS python is python3

This commit is contained in:
JonnyWong16 2020-07-13 17:29:30 -07:00
parent c1266fed12
commit 141d043a6a
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -38,7 +38,7 @@ load_rc_config ${name}
status_cmd="${name}_status"
stop_cmd="${name}_stop"
command_interpreter="/usr/local/bin/python3"
command_interpreter="python"
command="${tautulli_dir}/Tautulli.py"
command_args="--daemon --pidfile ${tautulli_pid} --quiet --nolaunch ${tautulli_flags}"