#!/bin/sh

addgroup -S openswitcher 2>/dev/null
adduser -S -D -H -s /bin/false -G openswitcher -g openswitcher openswitcher 2>/dev/null
