abuild/sample.confd
Natanael Copa 21cd6680ee 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.
2009-01-29 09:06:43 +00:00

10 lines
110 B
Plaintext

# Sample conf.d file for alpine linux
#
# Specify daemon $OPTS here.
#
OPTS=""
USER="nobody"
GROUP="nobody"