#!/bin/sh
adduser -S -G video -s /sbin/nologin -H -h /usr/share/tvheadend tvheadend 2>/dev/null
addgroup tvheadend usb 2>/dev/null
exit 0
