From: Ben Harris Date: Fri, 15 Aug 2025 13:08:48 +0000 (+0100) Subject: userv.service: Add Documentation= X-Git-Tag: userv-1.2.3~1^2~6 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=32d396db20a182c6892bdde53307fa85c32818d5;p=userv.git 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. --- 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]