aports/testing/elasticsearch/elasticsearch.pre-install
Przemyslaw Pawelczyk 2a573734b6 Reorder options passed to adduser in scripts: make -S first.
It's only for consistency and to ease spotting lack of it.
2016-04-25 06:51:49 +00:00

8 lines
155 B
Bash

#!/bin/sh
addgroup elastico
adduser -S -h /var/lib/elasticsearch -s /sbin/nologin -G elastico \
-g "added by apk for elasticsearch" -DH elastico
exit 0