#!/bin/sh

# this user should be included in alpine-baselayout-1.2.
# included here for backward compability.
adduser -H -s /bin/false -D rrdbotd  2>/dev/null

exit 0
