#!/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