#!/usr/bin/make -f

%:
	dh ${@} --with=config-package,systemd

override_dh_systemd_enable:
	dh_systemd_enable --name=lernstick-rtc-init
