diff options
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" + |