blob: f059052eded426e9c7049f4608dc821aa799ce2b (
plain)
1
2
3
4
5
6
7
8
|
#! /sbin/runscript
description="darkhttpd web server"
command="/usr/bin/darkhttpd"
command_args="${document_root:-/var/www/localhost/htdocs} --chroot --daemon"
procname="darkhttpd"
pidfile=""
stopsig="SIGTERM"
|