From patchwork Thu May 21 18:09:55 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 3121 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 49Sd2F3F1Rz43rF for ; Thu, 21 May 2020 18:10:13 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 49Sd2D07n7z2N7; Thu, 21 May 2020 18:10:12 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 49Sd295bhCz2yFB; Thu, 21 May 2020 18:10:09 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 49Sd274v2Gz2xpB; Thu, 21 May 2020 18:10:07 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 49Sd24381kzq1; Thu, 21 May 2020 18:10:04 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1590084606; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=4TsvB+P3K9wfweM9WK1cybCXTsiHC5PFHIUkG3qOoEs=; b=JHrfjVWRfYCDT8sxoVKnItjTVe/o0HKv1/Aj4M6pIOuqmPX3ZdofFA3R4UR7mcVg5Ilcoj e5Asn5Hj3C9gRqAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1590084606; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=4TsvB+P3K9wfweM9WK1cybCXTsiHC5PFHIUkG3qOoEs=; b=NuGkEu1WK5BxcmOHxFARmSdFGsJTMueHcNukKxq75GCZziLL522hea6e5JpLdq9g0+4IHt gRxKcDBAlqLLNtN8/iEcDDGy+ufsx3RyycWzdKs6lXI2+CyP7JkC+BX0ZVj5LibTrFu93W UohqZ99kTKQ9BmO6YffSYjtBUwvSUpC02OiFZgCXShOW7ePDy210D52WpUegafxAFhI5kx 5ZjRL43jHRM1dJL5BAys61k7tO7mv5r5t/mcJdCaZ2R96fNEMkx8ML+eyNX2U1xYNucVo+ C9muIPDdg1SRq+fH0z19lGPObws9G/fBft2V5Fb9APnEuVhf8C0gI52s52HK1A== 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 Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=stefan.schantl@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: development@lists.ipfire.org Errors-To: development-bounces@lists.ipfire.org Sender: "Development" 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