test: check init lingering timeout behaviour

This checks init timeout on lingering process after initial process termination.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-09-22 21:56:29 +09:00
parent 16409b37a2
commit f09133a224
2 changed files with 33 additions and 0 deletions

View File

@@ -112,7 +112,31 @@
};
};
commonPaths = [
{
type = "bind";
src = "/var/tmp";
write = true;
}
];
apps = {
"cat.gensokyo.extern.bash.linger-timeout" = {
name = "hakurei-check-linger-timeout";
identity = 9999;
share = pkgs.bash;
packages = [ pkgs.bash ];
command = ''
sleep infinity & disown
exit
'';
wait_delay = 1;
enablements = {
wayland = false;
pulse = false;
};
};
"cat.gensokyo.extern.foot.noEnablements" = {
name = "ne-foot";
identity = 1;