summaryrefslogtreecommitdiff
path: root/travis-ci
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2019-03-05 05:44:11 +0100
committerEvgeny Vereshchagin <evvers@ya.ru>2019-03-05 08:00:22 +0300
commitc5b4b18e7df41bf2b7849b38325ba235b99ef0dd (patch)
treec87e456e2bb8f6bc1828d396a1234ec2d2acd77f /travis-ci
parentbb5e88a22690bb9cb44cdfdb41b8d8b15a9f09d9 (diff)
downloadsystemd-c5b4b18e7df41bf2b7849b38325ba235b99ef0dd.tar.gz
travis: use /bin/systemd instead of /usr/bin/systemd
Apparently systemd is in /bin now.
Diffstat (limited to 'travis-ci')
-rwxr-xr-xtravis-ci/managers/debian.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis-ci/managers/debian.sh b/travis-ci/managers/debian.sh
index dbd12c4759..72ffcee439 100755
--- a/travis-ci/managers/debian.sh
+++ b/travis-ci/managers/debian.sh
@@ -34,7 +34,7 @@ for phase in "${PHASES[@]}"; do
info "Starting container $CONT_NAME"
$DOCKER_RUN -v $REPO_ROOT:/build:rw \
-w /build --privileged=true --name $CONT_NAME \
- -dit --net=host debian-with-systemd/latest /usr/bin/systemd
+ -dit --net=host debian-with-systemd/latest /bin/systemd
$DOCKER_EXEC bash -c "echo deb-src http://deb.debian.org/debian $DEBIAN_RELEASE main >>/etc/apt/sources.list"
$DOCKER_EXEC apt-get -y update
$DOCKER_EXEC apt-get -y build-dep systemd