From 172fd42072309a8409cc623a277a5de4963cdd1f Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Sat, 24 Jan 2026 15:34:01 +0100 Subject: [PATCH] fix(secubox-app-haproxy): Consistent pidfile name in init.d Change pidfile from haproxy-lxc.pid to haproxy.pid for consistency with the actual container name. Co-Authored-By: Claude Opus 4.5 --- package/secubox/secubox-app-haproxy/files/etc/init.d/haproxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/secubox/secubox-app-haproxy/files/etc/init.d/haproxy b/package/secubox/secubox-app-haproxy/files/etc/init.d/haproxy index 6c73d3e5..94cd476c 100644 --- a/package/secubox/secubox-app-haproxy/files/etc/init.d/haproxy +++ b/package/secubox/secubox-app-haproxy/files/etc/init.d/haproxy @@ -21,7 +21,7 @@ start_service() { procd_set_param respawn 3600 5 0 procd_set_param stdout 1 procd_set_param stderr 1 - procd_set_param pidfile /var/run/haproxy-lxc.pid + procd_set_param pidfile /var/run/haproxy.pid procd_close_instance }