aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rrdbot/rrdbot.pre-install
blob: 5d2e03ac29a2c3217ed37414a9b47f11901b9604 (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 -D -H -s /bin/false -g rrdbotd rrdbotd 2>/dev/null

exit 0