#!/bin/sh # ## Script to kick off ZNC # addgroup -g $GID $USER adduser -D -u $UID -G $USER -H $USER su - $USER -c "/usr/bin/znc -d /config -f"