#!/usr/bin/env /lib/runit/invoke-run
#Copyright: 2026 Aitor <aitor@genuen.org>
#License: CC0-1.0
#Comment: ported for runit-services testing (seatd)

exec 2>&1
[ -r /etc/default/seatd ] && . /etc/default/seatd
# Packaging historically used both names
args="${START_ARGS:-${DAEMON_ARGS:--g video}}"
[ -x /usr/sbin/seatd ] || exit 162
exec /usr/sbin/seatd $args
