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...
Resolves: lintian: systemd-service-file-missing-documentation-key
Signed-off-by: Valters Jansons valter.jansons@gmail.com --- 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]