#!/bin/sh

addgroup -S gearman 2>/dev/null
adduser -S -D -H -s /bin/false -G gearman \
	-g "Gearman Server" gearman 2>/dev/null

exit 0
