aboutsummaryrefslogtreecommitdiffstats
path: root/community/sane/sane-saned.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'community/sane/sane-saned.pre-install')
-rw-r--r--community/sane/sane-saned.pre-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/sane/sane-saned.pre-install b/community/sane/sane-saned.pre-install
new file mode 100644
index 00000000000..caad990d96a
--- /dev/null
+++ b/community/sane/sane-saned.pre-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+adduser -SDH -h /run/saned -s /sbin/nologin -G scanner -g saned saned 2>/dev/null
+
+exit 0