Package: umtp-responder Version: 1.3.10-1+b1 Severity: minor File: /lib/systemd/system/umtp-responder.service Usertags: warnings
When I install umtp-responder I get a warning in my systemd journal:
Jan 19 16:45:28 systemd[1]: /lib/systemd/system/umtp-responder.service:4:
Invalid URL, ignoring: /usr/share/doc/umtp-responder/README.Debian
It looks like the Documentation field is the line being complained about:
$ sed -n 4p /lib/systemd/system/umtp-responder.service
Documentation=/usr/share/doc/umtp-responder/README.Debian
According to the systemd.unit manual page, Documentation is for URLs:
$ man systemd.unit | grep -A2 Documentation
Documentation=
A space-separated list of URIs referencing documentation for this
unit or its configuration. Accepted are
only URIs of the types "http://", "https://", "file:", "info:",
"man:". For more information about the
So I think this should silence the warning:
Documentation=file:///usr/share/doc/umtp-responder/README.Debian
-- System Information:
Debian Release: bullseye/sid
APT prefers testing-debug
APT policy: (900, 'testing-debug'), (900, 'testing'), (800,
'unstable-debug'), (800, 'unstable'), (790, 'buildd-unstable'), (700,
'experimental-debug'), (700, 'experimental'), (690, 'buildd-experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 5.10.0-1-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_FIRMWARE_WORKAROUND
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8), LANGUAGE=en_AU:en
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages umtp-responder depends on:
ii libc6 2.31-9
umtp-responder recommends no packages.
umtp-responder suggests no packages.
-- no debconf information
--
bye,
pabs
https://wiki.debian.org/PaulWise
signature.asc
Description: This is a digitally signed message part

