diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-29 09:06:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-29 09:06:43 +0000 |
commit | 21cd6680eee14cb6ab89ff95d8ca2413833800c7 (patch) | |
tree | fc0888eb5323e41fa09a05d71ce11bb150de7f9e /sample.confd | |
parent | 81f8737a6aa13c1d6944f061a1f21e5549ff4003 (diff) | |
download | abuild-21cd6680eee14cb6ab89ff95d8ca2413833800c7.tar.gz abuild-21cd6680eee14cb6ab89ff95d8ca2413833800c7.tar.bz2 abuild-21cd6680eee14cb6ab89ff95d8ca2413833800c7.tar.xz abuild-21cd6680eee14cb6ab89ff95d8ca2413833800c7.zip |
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.confd | 9 |
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" |