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

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

exit 0