1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-25 01:34:28 +03:00
systemd/test/units/testsuite-77-server.socket
Daan De Meyer 78d774bab4 testsuite-77: Fix race condition
Use a socket unit to make sure the socket exists before we start
the client that accesses it.
2023-01-19 02:11:41 +00:00

7 lines
99 B
SYSTEMD

[Unit]
Description=TEST-77-OPENFILE server socket
[Socket]
ListenStream=/tmp/test.sock
Accept=yes