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(+)
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