This commit is contained in:
kento2 2026-03-05 06:53:52 +01:00
parent 7b29e1df22
commit d8f852ab18
6 changed files with 22 additions and 13 deletions

View file

@ -1,2 +1,9 @@
#!/bin/sh
exec chpst -e "$TURNSTILE_ENV_DIR" pipewire
rm -rf "/run/user/$(id -u)/pulse"
exec chpst -e "$TURNSTILE_ENV_DIR" sh -c '
test -n "$DBUS_SESSION_BUS_ADDRESS" || {
>&2 echo "dbus not running"
exit 1
}
exec pipewire
'