aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rrdbot/rrdbot.pre-install
blob: ab339f8c8190e0847c2b60b2ac24b142f8252307 (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 rrdbotd  2>/dev/null

exit 0