File: mpd.service.documentation.user.patch

package info (click to toggle)
mpd 0.24.2-1~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 10,764 kB
  • sloc: cpp: 75,446; python: 1,367; xml: 628; perl: 469; java: 289; sh: 286; ansic: 235; makefile: 106
file content (24 lines) | stat: -rw-r--r-- 669 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Description: add user documentation to systemd status
Author: Florian Schlichting <fsfs@debian.org>
Forwarded: not-needed

--- a/systemd/system/mpd.service.in
+++ b/systemd/system/mpd.service.in
@@ -1,6 +1,7 @@
 [Unit]
 Description=Music Player Daemon
 Documentation=man:mpd(1) man:mpd.conf(5)
+Documentation=file:///usr/share/doc/mpd/html/user.html
 After=network.target sound.target
 
 [Service]
--- a/systemd/user/mpd.service.in
+++ b/systemd/user/mpd.service.in
@@ -1,6 +1,7 @@
 [Unit]
 Description=Music Player Daemon
 Documentation=man:mpd(1) man:mpd.conf(5)
+Documentation=file:///usr/share/doc/mpd/html/user.html
 After=network.target sound.target
 
 [Service]