mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-19 14:52:27 +01:00
9 lines
278 B
Plaintext
9 lines
278 B
Plaintext
#! /sbin/runscript
|
|
|
|
description="darkhttpd web server"
|
|
command="/usr/bin/darkhttpd"
|
|
command_args="${document_root:-/var/www/localhost/htdocs} --chroot --daemon --uid darkhttpd --gid www-data --log /var/log/darkhttpd/access.log"
|
|
procname="darkhttpd"
|
|
pidfile=""
|
|
stopsig="SIGTERM"
|