aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rrdbot/rrdbot.pre-install
blob: d73a197ab879a7ff692f8c39eeccbf5479aed071 (plain)
1
2
3
4
5
#!/bin/sh

adduser -S -D -H -s /bin/false -g rrdbotd rrdbotd 2>/dev/null

exit 0