#!/bin/sh # Wait for the PipeWire Pulse daemon to start. sv check "$HOME/.config/runit/sv/mpd" >/dev/null || exit 1 [ -r ./conf ] && . ./conf exec mpd-mpris ${OPTS:--network unix} 2>&1