aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/hakurei/command.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/hakurei/command.go b/cmd/hakurei/command.go
index 8f20c8ed..ca685790 100644
--- a/cmd/hakurei/command.go
+++ b/cmd/hakurei/command.go
@@ -191,7 +191,7 @@ func buildCommand(ctx context.Context, msg message.Msg, early *earlyHardeningErr
if flagPulse {
config.Container.Filesystem = append(config.Container.Filesystem, hst.FilesystemConfigJSON{FilesystemConfig: &hst.FSDaemon{
Target: fhs.AbsRunUser.Append(strconv.Itoa(container.OverflowUid(msg)), "pulse/native"),
- Exec: shell, Args: []string{"-lc", "pipewire-pulse"},
+ Exec: shell, Args: []string{"-lc", "exec pipewire-pulse"},
}})
}