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

exit 0