diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-03-05 13:05:19 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-03-05 13:05:59 +0000 |
commit | 34bb9471c2e890af271fa44be12d10bd7e338fc7 (patch) | |
tree | e549ee16e97fef6f70ef6a301a50816c388361c2 /main/darkhttpd/darkhttpd.initd | |
parent | a5ac58262ab0318bc181c18c069d65325460d58b (diff) | |
download | aports-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.initd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/main/darkhttpd/darkhttpd.initd b/main/darkhttpd/darkhttpd.initd new file mode 100644 index 0000000000..a7efb16605 --- /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" |