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

exec 2>&1

#NOTE maybe we don't need to wait for it, see systemd service
#NOTE 2: in systemd this starts very early, but sysv starts in runlevel 2
sv start dbus || true

exec ${XCHPST:-} ##bin## --nofork --nopid --log-target=console
