b71fe05dc ^
94731625b ^
1 2
3 4
5 6
#!/bin/sh groupadd -r at 2>/dev/null useradd -c at -s /sbin/nologin -g at -r at 2>/dev/null exit 0