aboutsummaryrefslogtreecommitdiffstats
path: root/community/domoticz/domoticz.pre-install
blob: 6be1d39ab8eb1be25c38ca8f95050c7dc3a9d540 (plain)
1
2
3
4
5
6
#!/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