From 2415112c22e2771d3cc4a4a3816ca6256fe462ff Mon Sep 17 00:00:00 2001 From: nipil Date: Fri, 1 Mar 2024 21:34:46 +0100 Subject: [PATCH] [examples] fix binary path in systemd socket activation release notes: no --- examples/cpp/systemd_socket_activation/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/cpp/systemd_socket_activation/test.sh b/examples/cpp/systemd_socket_activation/test.sh index f7cd42ebc64..607441bc135 100755 --- a/examples/cpp/systemd_socket_activation/test.sh +++ b/examples/cpp/systemd_socket_activation/test.sh @@ -37,8 +37,8 @@ pass() { } bazel build --define=use_systemd=true //examples/cpp/systemd_socket_activation:all || fail "Failed to build sd_sock_act" -cp ../../../../bazel-bin/examples/cpp/systemd_socket_activation/server /tmp/greeter_server -cp ../../../../bazel-bin/examples/cpp/systemd_socket_activation/client /tmp/greeter_client +cp ../../../bazel-bin/examples/cpp/systemd_socket_activation/server /tmp/greeter_server +cp ../../../bazel-bin/examples/cpp/systemd_socket_activation/client /tmp/greeter_client cat << EOF > /etc/systemd/system/sdsockact.service [Service]