]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
travis: use /bin/systemd instead of /usr/bin/systemd
authorEvgeny Vereshchagin <evvers@ya.ru>
Tue, 5 Mar 2019 04:44:11 +0000 (05:44 +0100)
committerEvgeny Vereshchagin <evvers@ya.ru>
Tue, 5 Mar 2019 05:00:22 +0000 (08:00 +0300)
Apparently systemd is in /bin now.

travis-ci/managers/debian.sh

index dbd12c4759b7b299b834b4f4de538ebef0e27e91..72ffcee439b92f2ad31f154cf1bd15cfda79a00b 100755 (executable)
@@ -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