Add documentation to the systemd file

This commit is contained in:
Ludovic Rousseau 2017-12-19 16:04:07 +01:00
parent 63b8078f99
commit 2aac340984
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,22 @@
From: Ludovic Rousseau <ludovic.rousseau@free.fr>
Date: Tue, 19 Dec 2017 16:02:52 +0100
Subject: Add documentation to the systemd file
Fixes lintian warning:
I: pcscd: systemd-service-file-missing-documentation-key lib/systemd/system/pcscd.service
---
etc/pcscd.service.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/etc/pcscd.service.in b/etc/pcscd.service.in
index 7934050..eb093de 100644
--- a/etc/pcscd.service.in
+++ b/etc/pcscd.service.in
@@ -1,6 +1,7 @@
[Unit]
Description=PC/SC Smart Card Daemon
Requires=pcscd.socket
+Documentation=man:pcscd(8)
[Service]
ExecStart=@sbindir_exp@/pcscd --foreground --auto-exit

1
debian/patches/series vendored Normal file
View File

@ -0,0 +1 @@
0001-Add-documentation-to-the-systemd-file.patch