aboutsummaryrefslogtreecommitdiffstats
path: root/community/domoticz/domoticz.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'community/domoticz/domoticz.pre-install')
-rw-r--r--community/domoticz/domoticz.pre-install3
1 files changed, 3 insertions, 0 deletions
diff --git a/community/domoticz/domoticz.pre-install b/community/domoticz/domoticz.pre-install
new file mode 100644
index 0000000000..a94a5fb50b
--- /dev/null
+++ b/community/domoticz/domoticz.pre-install
@@ -0,0 +1,3 @@
+#!/bin/sh
+adduser -h /var/lib/domoticz -D -s /sbin/nologin domoticz 2>/dev/null
+exit 0