From 32d396db20a182c6892bdde53307fa85c32818d5 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 15 Aug 2025 14:08:48 +0100 Subject: [PATCH] userv.service: Add Documentation= This assumes that the documentation is installed in /usr/share/doc, which is true on Debian but might not be true elsewhere. Since the upstream Makefile doesn't install userv.service anyway, I'm assuming that it's meant to be manually installed (and fettled) on non-Debian systems anyway. --- userv.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/userv.service b/userv.service index 63f2781..29c5b8b 100644 --- a/userv.service +++ b/userv.service @@ -1,5 +1,7 @@ [Unit] Description=User services (security boundary) daemon +Documentation=man:uservd(8) +Documentation=file:/usr/share/doc/userv/spec.html/index.html After=syslog.target remote-fs.target [Service] -- 2.30.2