aboutsummaryrefslogtreecommitdiffstats
path: root/testing/homer-app/homer-app.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/homer-app/homer-app.pre-install')
-rw-r--r--testing/homer-app/homer-app.pre-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/homer-app/homer-app.pre-install b/testing/homer-app/homer-app.pre-install
new file mode 100644
index 00000000000..2daa2cbad59
--- /dev/null
+++ b/testing/homer-app/homer-app.pre-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+addgroup -S homer &>/dev/null
+adduser -S -h /run/homer -G homer -s /sbin/nologin -D homer &>/dev/null
+exit 0