]> git.ipfire.org Git - thirdparty/lldpd.git/blame - debian/lldpd.upstart
lib: only define ntohll if not already defined
[thirdparty/lldpd.git] / debian / lldpd.upstart
CommitLineData
b6312220 1
2591639f
VB
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
7description "LLDP daemon"
8
9start on net-device-up IFACE=lo
10stop on runlevel [06]
11
12expect stop
13respawn
14
2591639f
VB
15script
16 . /etc/default/lldpd
17 exec lldpd $DAEMON_ARGS
18end script