#!/bin/sh

# Ensure seatd-launch wrapper finds and runs seatd.
SEATD_LOGLEVEL=debug seatd-launch -- sh -c 'printf "seatd PID: %d\n" $(pidof seatd)'
