#!/bin/sh

addgroup -S domoticz 2>/dev/null
adduser -S -D -h /var/lib/domoticz -s /sbin/nologin -G domoticz -g domoticz domoticz 2>/dev/null

exit 0
