From: Stefan Schantl Date: Thu, 21 May 2020 18:09:55 +0000 (+0200) Subject: debian: Enable location-download.timer after installation X-Git-Tag: 0.9.1~2 X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Flibloc.git;a=commitdiff_plain;h=9624f4066e87f4dad4cdda8fcfd5fe30a5f837da debian: Enable location-download.timer after installation This timer periodly executes the location-downloader and keeps the location database up to date. Fixes #12412. Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- diff --git a/debian/rules b/debian/rules index f1f960d..3a64329 100755 --- a/debian/rules +++ b/debian/rules @@ -14,3 +14,6 @@ override_dh_auto_configure: override_dh_perl: dh_perl -d + +override_dh_systemd_enable: + dh_systemd_enable location-downloader.timer