aboutsummaryrefslogtreecommitdiffstats
path: root/testing/at/at.pre-install
blob: e3c28ec89805522beea97409b18087c5085d43ac (plain)
1
2
3
4
5
6
7
#!/bin/sh

addgroup -S at 2>/dev/null
adduser -S -H -s /bin/false -D -g at at 2>/dev/null
addgroup at at 2>/dev/null

exit 0