1 2 3
#!/bin/sh addgroup -S dispatch || true adduser -SDH -s /sbin/nologin -G dispatch -g dispatch dispatch || true