CloudBuilder b2a353315e Imported 2.408.44
No reason for CPC update specified.
2019-03-04 17:50:04 +00:00

10 lines
260 B
Bash
Executable File

#! /bin/sh
set -e
# Create the buildd user and group.
addgroup --gid 2501 buildd
adduser --system --disabled-password --gecos 'Build Daemon user' \
--ingroup buildd --uid 2001 --shell /bin/bash buildd
mkdir -p /build/buildd
chown buildd:buildd /build/buildd