1 2 3
#!/bin/sh addgroup -S hg || true adduser -SD -h /var/lib/mercurial -s /sbin/nologin -G hg -g hg hg || true