debian: Enable location-download.timer after installation

Message ID 20200521180955.128784-1-stefan.schantl@ipfire.org
State Accepted
Commit 9624f4066e87f4dad4cdda8fcfd5fe30a5f837da
Headers
Series debian: Enable location-download.timer after installation |

Commit Message

Stefan Schantl May 21, 2020, 6:09 p.m. UTC
  This timer periodly executes the location-downloader and keeps
the location database up to date.

Fixes #12412.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)
  

Patch

diff --git a/debian/rules b/debian/rules
index 55d4334..1c6d171 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,3 +11,6 @@  export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 override_dh_perl:
 	dh_perl -d
+
+override_dh_systemd_enable:
+	dh_systemd_enable location-downloader.timer