summaryrefslogtreecommitdiffstats
path: root/testing/rrdbot/rrdbot.pre-install
blob: 4394576a24e76f8083877189318668eae4a6b635 (plain)
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