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-install4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/at/at.pre-install b/system/at/at.pre-install
index 78aa4bcf1..1d92862db 100644
--- a/system/at/at.pre-install
+++ b/system/at/at.pre-install
@@ -1,6 +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
+groupadd -r at 2>/dev/null
+useradd -c at -s /sbin/nologin -g at -r at 2>/dev/null
exit 0