#!/usr/bin/make -f

%:
	dh $@

override_dh_installsystemd:
	dh_systemd_start --restart-after-upgrade
