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