mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 05:01:14 -07:00
Full path to python3 interpreter in FreeBSD startup script
This commit is contained in:
parent
63164c7ff5
commit
cc4ec53dac
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ load_rc_config ${name}
|
|||
status_cmd="${name}_status"
|
||||
stop_cmd="${name}_stop"
|
||||
|
||||
command_interpreter="python3"
|
||||
command_interpreter="/usr/local/bin/python3"
|
||||
command="${tautulli_dir}/Tautulli.py"
|
||||
command_args="--daemon --pidfile ${tautulli_pid} --quiet --nolaunch ${tautulli_flags}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue