[dhcp/f17] Add Documentation= in unit files.

Jiří Popelka jpopelka at fedoraproject.org
Wed Jul 18 15:05:40 UTC 2012


commit fb5ff7d896ff640da864643524f9b4be583e03e3
Author: Jiri Popelka <jpopelka at redhat.com>
Date:   Thu Jun 28 13:56:43 2012 +0200

    Add Documentation= in unit files.
    
    https://fedorahosted.org/fpc/ticket/192

 dhcpd.service    |    1 +
 dhcpd6.service   |    1 +
 dhcrelay.service |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/dhcpd.service b/dhcpd.service
index 85c5b75..a4251d4 100644
--- a/dhcpd.service
+++ b/dhcpd.service
@@ -1,5 +1,6 @@
 [Unit]
 Description=DHCPv4 Server Daemon
+Documentation=man:dhcpd(8) man:dhcpd.conf(5)
 After=network.target
 
 [Service]
diff --git a/dhcpd6.service b/dhcpd6.service
index 741e963..4f48dd0 100644
--- a/dhcpd6.service
+++ b/dhcpd6.service
@@ -1,5 +1,6 @@
 [Unit]
 Description=DHCPv6 Server Daemon
+Documentation=man:dhcpd(8) man:dhcpd.conf(5)
 After=network.target
 
 [Service]
diff --git a/dhcrelay.service b/dhcrelay.service
index 939eafb..9302900 100644
--- a/dhcrelay.service
+++ b/dhcrelay.service
@@ -1,5 +1,6 @@
 [Unit]
 Description=DHCP Relay Agent Daemon
+Documentation=man:dhcrelay(8)
 After=network.target
 
 [Service]


More information about the scm-commits mailing list