busybox: add busybox-httpd service

The "httpd" service is already taken by apache2 package.
So instead we'll use busybox-httpd
This commit is contained in:
Sergey Ponomarev 2021-07-18 01:15:33 +03:00 committed by Leonid Pliushch
parent f829b3638c
commit 16a2dc5434
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_SERVICE_SCRIPT=(
"telnetd" 'exec busybox telnetd -F'
"ftpd" 'exec busybox tcpsvd -vE 0.0.0.0 8021 busybox ftpd -w $HOME'
"busybox-httpd" 'exec busybox httpd -f -p 0.0.0.0:8080 -h $PREFIX/srv/www/ 2>&1'
)
termux_step_pre_configure() {