1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-02-08 05:57:26 +03:00
systemd-stable/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