ports/net/librenms/patches/patch-LibreNMS_wrapper_py

13 lines
572 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: LibreNMS/wrapper.py
--- LibreNMS/wrapper.py.orig
+++ LibreNMS/wrapper.py
@@ -278,7 +278,7 @@ def poll_worker(
os.path.dirname(os.path.dirname(os.path.realpath(__file__))),
wrappers[wrapper_type]["executable"],
)
- command = "/usr/bin/env php {} -h {}".format(executable, device_id)
+ command = "${MODPHP_BIN} {} -h {}".format(executable, device_id)
if debug:
command = command + " -d"
exit_code, output = command_runner(