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