#!/usr/bin/make -f

override_dh_systemd_start:
	dh_systemd_start --no-start

%:
	dh $@ --with=systemd


