From 1e281512e672fe832317a57cb05df0c965db6d13 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 24 Oct 2023 14:35:44 +0000 Subject: Fix examples Signed-off-by: Laurent Bercot --- examples/openrc/httpd-6.initd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/openrc/httpd-6.initd') diff --git a/examples/openrc/httpd-6.initd b/examples/openrc/httpd-6.initd index 5b8a4cb..f53f38f 100644 --- a/examples/openrc/httpd-6.initd +++ b/examples/openrc/httpd-6.initd @@ -6,8 +6,8 @@ _ip=:: _uid=`id -u www-data` _gid=`id -g www-data` -command=/bin/env -command_args="UID=${_uid} GID=${_gid} s6-tcpserver6 -U ${_ip} 80 s6-tcpserver-access tipideed" +command=/usr/bin/env +command_args="UID=${_uid} GID=${_gid} s6-tcpserver -U ${_ip} 80 tipideed" command_background=yes directory=/home/www-data pidfile=/run/httpd-6.pid -- cgit v1.3.1