summaryrefslogtreecommitdiff
path: root/examples/openrc/httpd-4.initd
diff options
context:
space:
mode:
Diffstat (limited to 'examples/openrc/httpd-4.initd')
-rw-r--r--examples/openrc/httpd-4.initd4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/openrc/httpd-4.initd b/examples/openrc/httpd-4.initd
index c3024f3..77d4efb 100644
--- a/examples/openrc/httpd-4.initd
+++ b/examples/openrc/httpd-4.initd
@@ -6,8 +6,8 @@ _ip=0.0.0.0
_uid=`id -u www-data`
_gid=`id -g www-data`
-command=/bin/env
-command_args="UID=${_uid} GID=${_gid} s6-tcpserver4 -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-4.pid