seb view examples/initfs-scratch/etc/daemons/httpd @ rev 18

Some fixes after booting frugal and testing
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 07 10:51:02 2017 +0100 (2017-03-07)
parents
children
line source
1 #!/bin/sh
2 desc="Busybox web server"
3 start() {
4 /usr/sbin/httpd -u 80:80
5 }