#!/bin/sh

adduser -h /var/log/icecast -s /sbin/nologin -D icecast  2>/dev/null

exit 0
