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