1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 11:55:44 +03:00
systemd/test/units/testsuite-77-server@.service
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

8 lines
121 B
Desktop File

[Unit]
Description=TEST-77-OPENFILE server
[Service]
ExecStart=echo "Socket"
StandardInput=socket
StandardOutput=socket