summaryrefslogtreecommitdiffstats
path: root/sample.confd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-01-29 09:06:43 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-01-29 09:06:43 +0000
commit21cd6680eee14cb6ab89ff95d8ca2413833800c7 (patch)
treefc0888eb5323e41fa09a05d71ce11bb150de7f9e /sample.confd
parent81f8737a6aa13c1d6944f061a1f21e5549ff4003 (diff)
downloadabuild-21cd6680eee14cb6ab89ff95d8ca2413833800c7.tar.bz2
abuild-21cd6680eee14cb6ab89ff95d8ca2413833800c7.tar.xz
abuild: support for creation of new APKBUILD from template
abuild [-c] -n PKGNAME[-PKGVER] creates a directory with new APKBUILD. If -c is specified will sample init.d, conf.d and install script be copied as well.
Diffstat (limited to 'sample.confd')
-rw-r--r--sample.confd9
1 files changed, 9 insertions, 0 deletions
diff --git a/sample.confd b/sample.confd
new file mode 100644
index 0000000..0abb80c
--- /dev/null
+++ b/sample.confd
@@ -0,0 +1,9 @@
+# Sample conf.d file for alpine linux
+
+#
+# Specify daemon $OPTS here.
+#
+
+OPTS=""
+USER="nobody"
+GROUP="nobody"