guidelines require it not to start by default

This commit is contained in:
James Hogarth 2017-04-05 23:48:00 +01:00
parent 5e9eb81f3f
commit b74be06ceb
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# lldpd init file # lldpd init file
# #
# chkconfig: 2345 60 20 # chkconfig: - 60 20
# description: 802.1ab (LLDP) daemon # description: 802.1ab (LLDP) daemon
# #
# processname: lldpd # processname: lldpd
@ -13,7 +13,6 @@
# Required-Stop: $local_fs $remote_fs # Required-Stop: $local_fs $remote_fs
# Should-Start: $syslog $network $net-snmp # Should-Start: $syslog $network $net-snmp
# Should-Stop: $syslog $network $net-snmp # Should-Stop: $syslog $network $net-snmp
# Default-Start: 2 3 5
# Default-Stop: 0 1 6 # Default-Stop: 0 1 6
# Short-Description: LLDP daemon # Short-Description: LLDP daemon
# Description: 802.1ab (LLDP) daemon # Description: 802.1ab (LLDP) daemon