chiark / gitweb /
userv.service: Add Documentation=
authorBen Harris <bjh21@bjh21.me.uk>
Fri, 15 Aug 2025 13:08:48 +0000 (14:08 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Mon, 29 Sep 2025 23:44:40 +0000 (00:44 +0100)
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

index 63f278119a820908e7ba7a5d925d74e68cf2308d..29c5b8b8c08084665a89567b337928f2efa292ba 100644 (file)
@@ -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]