#!/bin/zsh set -euo pipefail LABEL="com.local.ksay-kokoro" DOMAIN="gui/$(id -u)" launchctl kickstart -k "$DOMAIN/$LABEL" echo "Restarted $LABEL"