1 2 3 4 5
#!/bin/sh adduser -S -h /var/lib/mpd -s /sbin/nologin -G audio -D -g mpd mpd 2>/dev/null exit 0