.
This commit is contained in:
parent
7b29e1df22
commit
d8f852ab18
6 changed files with 22 additions and 13 deletions
|
|
@ -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
|
||||
'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue