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