#!/bin/sh -e
#-----------------------------------------------------------------------------
# x11tera_on_disconnect
# The script to use with the x11tera 'on_disconnect' function.
# This script is called when a disconnection occurs.
#-----------------------------------------------------------------------------
echo "x11tera on-disconnect"
systemctl kill -s USR2 x11tera_controls.service

