aboutsummaryrefslogtreecommitdiffstats
path: root/testing/buildbot-slave/buildbot-slave.pre-install
blob: ca33aace548ee4d9fd297897c0f1ece04d992283 (plain)
1
2
3
4
5
#!/bin/sh

adduser -S -H -h /home/buildbot -g buildbot -D -s /sbin/nologin buildbot 2>/dev/null

exit 0