From 23c3b27cc9d36b088740dd73564248d2053411f2 Mon Sep 17 00:00:00 2001 From: Valters Jansons Date: Fri, 16 Apr 2021 16:06:12 +0300 Subject: [PATCH] systemd: Add Documentation= to location-update 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#%5BUNIT%5D_SECTION_OPTIONS Resolves: lintian: systemd-service-file-missing-documentation-key Signed-off-by: Valters Jansons Signed-off-by: Michael Tremer --- 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-update.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=Automatic Location Database Updater +Documentation=man:location(8) https://man-pages.ipfire.org/libloc/location.html Requires=network.target [Service] -- 2.39.2