#!/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