summaryrefslogtreecommitdiffstats
path: root/projectroot/lib/systemd/system/lldpd.service
blob: 9b511659a4b538c1d5882355e8007596f89771f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=LLDP daemon
After=network.target
RequiresMountsFor=@PRIVSEP_CHROOT@

[Service]
Type=notify
NotifyAccess=main
ExecStart=/usr/sbin/lldpd @DAEMON_ARGS@
Restart=on-failure

[Install]
WantedBy=multi-user.target