File: systemd-services-add-Documentation-key-point-to-manpage.patch

package info (click to toggle)
spice-vdagent 0.22.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,448 kB
  • sloc: ansic: 8,323; sh: 1,480; makefile: 198
file content (32 lines) | stat: -rw-r--r-- 1,017 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date: Sun, 7 Jul 2024 13:10:58 -0400
Subject: systemd services: add Documentation key (point to manpage)

Origin: upstream, https://gitlab.freedesktop.org/spice/linux/vd_agent/-/commit/553cb85f10
---
 data/spice-vdagent.service  | 1 +
 data/spice-vdagentd.service | 1 +
 2 files changed, 2 insertions(+)

diff --git a/data/spice-vdagent.service b/data/spice-vdagent.service
index 91734ff..7c320ca 100644
--- a/data/spice-vdagent.service
+++ b/data/spice-vdagent.service
@@ -1,5 +1,6 @@
 [Unit]
 Description=Spice guest session agent
+Documentation=man:spice-vdagent(1)
 # Make sure the display is reachable
 After=graphical-session.target
 
diff --git a/data/spice-vdagentd.service b/data/spice-vdagentd.service
index be54546..b334647 100644
--- a/data/spice-vdagentd.service
+++ b/data/spice-vdagentd.service
@@ -1,5 +1,6 @@
 [Unit]
 Description=Agent daemon for Spice guests
+Documentation=man:spice-vdagentd(1)
 After=dbus.target
 Requires=spice-vdagentd.socket