#!/bin/sh if uwsm check may-start && uwsm select; then echo "starting..." exec systemd-cat -t uwsm_start uwsm start default fi