cmd/hakurei: exec instead of fork/exec from shell

There is no reason to keep the shell process around.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-12-08 22:29:41 +09:00
parent 462863e290
commit d5fb179012
4 changed files with 4 additions and 3 deletions

View File

@@ -202,7 +202,7 @@ in
path = cfg.shell;
args = [
"-lc"
"pipewire-pulse"
"exec pipewire-pulse"
];
}
++ [