From b74be06cebb9e4d630fa16502e8e2650a77a90d1 Mon Sep 17 00:00:00 2001 From: James Hogarth Date: Wed, 5 Apr 2017 23:48:00 +0100 Subject: [PATCH] guidelines require it not to start by default --- lldpd-el6.init | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lldpd-el6.init b/lldpd-el6.init index 53e6631..5e0beb4 100644 --- a/lldpd-el6.init +++ b/lldpd-el6.init @@ -1,7 +1,7 @@ #!/bin/bash # lldpd init file # -# chkconfig: 2345 60 20 +# chkconfig: - 60 20 # description: 802.1ab (LLDP) daemon # # processname: lldpd @@ -13,7 +13,6 @@ # Required-Stop: $local_fs $remote_fs # Should-Start: $syslog $network $net-snmp # Should-Stop: $syslog $network $net-snmp -# Default-Start: 2 3 5 # Default-Stop: 0 1 6 # Short-Description: LLDP daemon # Description: 802.1ab (LLDP) daemon