#!/usr/bin/env /lib/runit/invoke-run
#Copyright: 2026 Lorenzo Puliti <plorenzo@disroot.org>
#License: CC0-1.0

exec 2>&1

#TODO see env vars see https://manpages.debian.org/unstable/pipewire-bin/pipewire.1.en.html
if [ -e "$HOME/.service/dbus" ]; then
	sv check "$HOME/.service/dbus" || true
fi

exec ##bin## 
