#!/bin/sh
adduser -S -h /var/crtmpserver -s /bin/false rtmpd 2>/dev/null
exit 0
