services: Move pipewire into user service
Will be managed by runit service manager under voidlinux.
This commit is contained in:
parent
4f18b548f4
commit
e08f88db9c
4 changed files with 12 additions and 3 deletions
6
services/sv/pipewire/run
Executable file
6
services/sv/pipewire/run
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
[ -r ./conf ] && . ./conf
|
||||
|
||||
exec 2>&1
|
||||
exec chpst -e "$TURNSTILE_ENV_DIR" pipewire "$OPTS"
|
||||
Loading…
Add table
Add a link
Reference in a new issue