aboutsummaryrefslogtreecommitdiffstats
path: root/testing/etcd/etcd.pre-install
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-05-09 08:20:56 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-05-09 08:21:00 +0000
commitd37d8fe99be7e138bfc24144d24200e8e1e9ed3f (patch)
tree17839237cfa68a1caa76df02f917d1741f734878 /testing/etcd/etcd.pre-install
parent1dc3d131f36dc307adb248f89377a0f585263eb2 (diff)
downloadaports-d37d8fe99be7e138bfc24144d24200e8e1e9ed3f.tar.bz2
aports-d37d8fe99be7e138bfc24144d24200e8e1e9ed3f.tar.xz
testing/etcd: new aport
Diffstat (limited to 'testing/etcd/etcd.pre-install')
-rwxr-xr-xtesting/etcd/etcd.pre-install4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/etcd/etcd.pre-install b/testing/etcd/etcd.pre-install
new file mode 100755
index 000000000..a3226fb7f
--- /dev/null
+++ b/testing/etcd/etcd.pre-install
@@ -0,0 +1,4 @@
+#!/bin/sh
+addgroup -S etcd 2>/dev/null
+adduser -S -D -H -h /dev/null -s /sbin/nologin -G etcd -g etcd etcd 2>/dev/null
+exit 0