aboutsummaryrefslogtreecommitdiffstats
path: root/community/domoticz/domoticz.pre-install
blob: 8a7d12c0128ac1a5440f3287de712c0f70763cdd (plain)
1
2
3
#!/bin/sh
adduser -S -h /var/lib/domoticz -D -s /sbin/nologin domoticz 2>/dev/null
exit 0