From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: location@lists.ipfire.org Subject: [PATCH] debian: Enable location-download.timer after installation Date: Thu, 21 May 2020 20:09:55 +0200 Message-ID: <20200521180955.128784-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2586866143843534631==" List-Id: --===============2586866143843534631== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit This timer periodly executes the location-downloader and keeps the location database up to date. Fixes #12412. Signed-off-by: Stefan Schantl --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.26.1 --===============2586866143843534631==--