#! /bin/bash
if [ ! -x /usr/bin/sidu-control ] ; then
	echo "cannot execute pywwetha-control: sidu-control (from sidu-base) is not installed"
	exit 1
else
	sidu-control systemctl pywwetha $1
fi
