summaryrefslogtreecommitdiffstats
path: root/main/darkhttpd/darkhttpd.initd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-03-05 13:05:19 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-03-05 13:05:59 +0000
commit34bb9471c2e890af271fa44be12d10bd7e338fc7 (patch)
treee549ee16e97fef6f70ef6a301a50816c388361c2 /main/darkhttpd/darkhttpd.initd
parenta5ac58262ab0318bc181c18c069d65325460d58b (diff)
downloadaports-34bb9471c2e890af271fa44be12d10bd7e338fc7.tar.bz2
aports-34bb9471c2e890af271fa44be12d10bd7e338fc7.tar.xz
main/darkhttpd: moved from testing
fixes #2538
Diffstat (limited to 'main/darkhttpd/darkhttpd.initd')
-rw-r--r--main/darkhttpd/darkhttpd.initd8
1 files changed, 8 insertions, 0 deletions
diff --git a/main/darkhttpd/darkhttpd.initd b/main/darkhttpd/darkhttpd.initd
new file mode 100644
index 000000000..a7efb1660
--- /dev/null
+++ b/main/darkhttpd/darkhttpd.initd
@@ -0,0 +1,8 @@
+#! /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"