summaryrefslogtreecommitdiff
path: root/system/at/at.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'system/at/at.pre-install')
-rw-r--r--system/at/at.pre-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/at/at.pre-install b/system/at/at.pre-install
new file mode 100644
index 000000000..78aa4bcf1
--- /dev/null
+++ b/system/at/at.pre-install
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+addgroup -S at 2>/dev/null
+adduser -S -D -H -s /bin/false -G at -g at at 2>/dev/null
+
+exit 0