[examples] fix binary path in systemd socket activation test script (#36034)

Fix failing copy operations due to incorrect path levels

Closes #36034

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36034 from nipil:fix_systemd_socket_activation_path 2415112c22
PiperOrigin-RevId: 613997786
pull/36091/head
nipil 9 months ago committed by Copybara-Service
parent bf09088b5f
commit ed8af1fb82
  1. 4
      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]

Loading…
Cancel
Save