Skip to content

Commit 85e766b

Browse files
authored
prefix the command with a user specified python
1 parent ce8019e commit 85e766b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/supervisor.event.listeners.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[eventlistener:fatal_state_to_syslog]
2-
command=/usr/local/bin/supervisor-fatals-listener.py
2+
command={{ python_package }} /usr/local/bin/supervisor-fatals-listener.py
33
events=PROCESS_STATE_FATAL
44
stderr_logfile=syslog

0 commit comments

Comments
 (0)