aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rrdbot/rrdbot.pre-install
blob: 291f9182a5c635c18da1c2b3c34c0d2a221a7017 (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