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

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

exit 0