aboutsummaryrefslogtreecommitdiffstats
path: root/main/memcached/memcached.pre-install
blob: 87b6ba91bc7ddc9a928358768e27fc606137991c (plain)
1
2
3
4
5
6
#!/bin/sh

addgroup -S memcached 2>/dev/null
adduser -S -D -H -s /sbin/nologin -G memcached -g memcached memcached 2>/dev/null

exit 0