#!/bin/sh -e
#-----------------------------------------------------------------------------
# x11tera_on_connect
# The script to use with the x11tera 'on_connect' function.
# This script is called when a connection occurs.
#-----------------------------------------------------------------------------
connector_addr="$1"
echo "x11tera on-connect from $connector_addr"
systemctl kill -s USR1 x11tera_controls.service

