mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-23 15:33:28 +00:00
21cd6680ee
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.
10 lines
110 B
Plaintext
10 lines
110 B
Plaintext
# Sample conf.d file for alpine linux
|
|
|
|
#
|
|
# Specify daemon $OPTS here.
|
|
#
|
|
|
|
OPTS=""
|
|
USER="nobody"
|
|
GROUP="nobody"
|