#!/bin/sh
adduser -S -H -h /var/run/mumudvb -s /sbin/nologin -g mumudvb mumudvb 2>/dev/null
adduser mumudvb video
exit 0