#!/usr/bin/make -f
%:
	dh $@ --with systemd

override_dh_systemd_start:
	dh_systemd_start bunsen-pepperflash.timer



