From mboxrd@z Thu Jan 1 00:00:00 1970 From: Valters Jansons To: location@lists.ipfire.org Subject: [PATCH 8/8] systemd: Add Documentation= to location-update Date: Fri, 16 Apr 2021 16:06:12 +0300 Message-ID: <20210416130612.15959-9-valter.jansons@gmail.com> In-Reply-To: <20210416130612.15959-1-valter.jansons@gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1420804023272183064==" List-Id: --===============1420804023272183064== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Systemd units are expected to provide some documentation information such as manpages, or direct links, which provide more details about that unit. This commit simply links location-update.service to the manual for location(8) followed by a fallback to the online manual. See: https://manpages.debian.org/buster/systemd/systemd.unit.5.en.html#%5BUNI= T%5D_SECTION_OPTIONS Resolves: lintian: systemd-service-file-missing-documentation-key Signed-off-by: Valters Jansons --- src/systemd/location-update.service.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/systemd/location-update.service.in b/src/systemd/location-up= date.service.in index daae2c5..1c8e116 100644 --- a/src/systemd/location-update.service.in +++ b/src/systemd/location-update.service.in @@ -1,5 +1,6 @@ [Unit] Description=3DAutomatic Location Database Updater +Documentation=3Dman:location(8) https://man-pages.ipfire.org/libloc/location= .html Requires=3Dnetwork.target =20 [Service] --=20 2.31.1 --===============1420804023272183064==--