#!/bin/sh

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

exit 0