aboutsummaryrefslogtreecommitdiffstats
path: root/testing/etcd/etcd.pre-install
blob: a3226fb7f55628550488420b9592de9d1ac2b823 (plain)
1
2
3
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