File: systemd-service-files-doc

package info (click to toggle)
ckb-next 0.5.0%2Bdfsg.1-0.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,292 kB
  • sloc: cpp: 17,632; ansic: 12,820; sh: 221; xml: 121; python: 53; makefile: 9
file content (17 lines) | stat: -rw-r--r-- 572 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Adding doc key to service file
 Addresses lintian systemd-service-file-missing-documentation-key
Author: Stewart Ferguson <stew@ferg.aero>
Forwarded: https://github.com/ckb-next/ckb-next/pull/369
Last-Update: 2019-02-07
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/linux/systemd/ckb-next-daemon.service.in
+++ b/linux/systemd/ckb-next-daemon.service.in
@@ -3,6 +3,7 @@
 
 [Unit]
 Description=Corsair Keyboards and Mice Daemon
+Documentation=man:ckb-next-daemon
 
 [Service]
 ExecStart=@CMAKE_INSTALL_PREFIX@/bin/ckb-next-daemon