We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c23e6c9 commit 63baa44Copy full SHA for 63baa44
pbench-relay-server.service
@@ -24,7 +24,7 @@ ExecStart=/usr/bin/podman run \
24
--network host \
25
--volume /srv/RELAY:/srv/RELAY:Z \
26
quay.io/pbench/file-relay:v0.1.0 \
27
- --server_id RELAY --bind 10.1.170.231:8002 --files-directory /srv/RELAY
+ --server_id RELAY --bind :8002 --files-directory /srv/RELAY
28
ExecStop=/usr/bin/podman stop --ignore --cidfile=%t/%n.ctr-id
29
ExecStopPost=/usr/bin/podman rm -f --ignore --cidfile=%t/%n.ctr-id
30
Type=notify
0 commit comments