dotfiles/.runit/sv/pipewire/run

10 lines
174 B
Text
Raw Permalink Normal View History

2023-12-24 21:05:52 +01:00
#!/bin/sh
[ -r ./conf ] && . ./conf
if [ "${LOGGING_ENABLE}x" = "1x" -a -n "${LOG_LEVEL}" ]; then
export PIPEWIRE_DEBUG="${LOG_LEVEL}"
fi
exec pipewire ${OPTS:-} 2>&1