aboutsummaryrefslogtreecommitdiffstats
path: root/community/domoticz/domoticz.pre-install
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-04-19 16:42:26 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2016-04-19 16:42:34 +0200
commit59d3088ed11c9cc56303c89739f3ee903dc42a4a (patch)
tree24f34d8bfafb4c69c0041cdb3b2143771896dcc5 /community/domoticz/domoticz.pre-install
parent270e41f60340a746beba1d94f729fb21386f5b1b (diff)
community/domoticz: upgrade to 3.4834 and move to community
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 00000000000..a94a5fb50b5
--- /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