aboutsummaryrefslogtreecommitdiffstats
path: root/community/domoticz/domoticz.pre-install
blob: 227206764fb466a2a4f3de0841ecef5c4941c089 (plain)
1
2
3
4
5
#!/bin/sh

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

exit 0