Skip to content

Commit d424e5f

Browse files
committed
Fixed python references
1 parent 7072415 commit d424e5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

laravel-horizon.conf.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ stdout_events_enabled=1
1313
redirect_stderr=true
1414

1515
[eventlistener:supervisord-watchdog]
16-
command=/usr/bin/python /opt/supervisord-watchdog.py
16+
command=/usr/bin/python3 /opt/supervisord-watchdog.py
1717
events=PROCESS_STATE_FATAL

laravel-worker.conf.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ stdout_events_enabled=1
1515
redirect_stderr=true
1616

1717
[eventlistener:supervisord-watchdog]
18-
command=/usr/bin/python /opt/supervisord-watchdog.py
18+
command=/usr/bin/python3 /opt/supervisord-watchdog.py
1919
events=PROCESS_STATE_FATAL

0 commit comments

Comments
 (0)