mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
c1566ef0d2
Fixes #14566
6 lines
63 B
Bash
Executable File
6 lines
63 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sleep infinity &
|
|
echo $! > /leakedtestpid
|
|
wait $!
|