summaryrefslogtreecommitdiffstats
path: root/testing/buildbot-slave/buildbot-slave.pre-install
blob: 7e52d9ccf0d378b5c7c418caf89b76f8e4d70d38 (plain)
1
2
3
4
#!/bin/sh
adduser -H -h /home/buildbot -g buildbot -D -s /sbin/nologin buildbot 2>/dev/null
exit 0