deb-systemd-helper enable #UNITFILES# >/dev/null || true

if [ -d /run/systemd/system ]; then
	systemctl --system daemon-reload >/dev/null || true
	systemctl try-restart #UNITFILES# >/dev/null || true
fi
