.
This commit is contained in:
parent
4055fbfe86
commit
856e135e63
10 changed files with 20 additions and 21 deletions
|
|
@ -1,9 +1,8 @@
|
|||
#!/bin/sh
|
||||
rm -rf "/run/user/$(id -u)/pulse"
|
||||
exec chpst -e "$TURNSTILE_ENV_DIR" sh -c '
|
||||
exec 2>&1
|
||||
test -n "$DBUS_SESSION_BUS_ADDRESS" || {
|
||||
>&2 echo "dbus not running"
|
||||
exit 1
|
||||
}
|
||||
rm -rf "/run/user/$(id -u)/pulse"
|
||||
exec pipewire
|
||||
'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue