aa63ef787 ^
1 2 3 4
5
#!/bin/sh addgroup -S utmp 2>/dev/null adduser -S -D -H -s /bin/false -G utmp -g utmp utmp 2>/dev/null exit 0