diff options
author | Mika Havela <mika.havela@gmail.com> | 2010-01-01 21:30:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-01-05 13:11:24 +0000 |
commit | dceab94dac458d2c90f16581a2816b539352342a (patch) | |
tree | 1375e6d57d1c2b3343e61aecd48e921cf4914d5d /testing/cherokee/cherokee.confd | |
parent | 631ec650573e7d81865caf6fd7b94320845c1173 (diff) | |
download | aports-dceab94dac458d2c90f16581a2816b539352342a.tar.bz2 aports-dceab94dac458d2c90f16581a2816b539352342a.tar.xz |
cherokee: New APKBUILD for cherokee web server http://www.cherokee-project.com/
Diffstat (limited to 'testing/cherokee/cherokee.confd')
-rw-r--r-- | testing/cherokee/cherokee.confd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/cherokee/cherokee.confd b/testing/cherokee/cherokee.confd new file mode 100644 index 0000000000..8f719df390 --- /dev/null +++ b/testing/cherokee/cherokee.confd @@ -0,0 +1,10 @@ +# Sample conf.d file for alpine linux + +# +# Specify daemon $OPTS here. +# + +OPTS="-d" +DAEMON_USER="root" +DAEMON_GROUP="root" + |