]> git.ipfire.org Git - thirdparty/lldpd.git/blob - debian/lldpd.upstart
release: prepare 0.7.14
[thirdparty/lldpd.git] / debian / lldpd.upstart
1
2 # lldpd - LLDP daemon
3 #
4 # lldpd is a 802.1AB implementation, a L2 network discovery
5 # protocol. It also supports CDP, EDP and various other protocols.
6
7 description "LLDP daemon"
8
9 start on net-device-up IFACE=lo
10 stop on runlevel [06]
11
12 expect stop
13 respawn
14
15 script
16 . /etc/default/lldpd
17 exec lldpd $DAEMON_ARGS
18 end script