Blame SOURCES/lldpd-el7.service

2260e0
[Unit]
2260e0
Description=LLDP daemon
2260e0
Documentation=man:lldpd(8)
2260e0
After=network.target
2260e0
2260e0
[Service]
2260e0
Type=notify
2260e0
NotifyAccess=main
2260e0
EnvironmentFile=-/etc/sysconfig/lldpd
2260e0
ExecStart=/usr/sbin/lldpd $DAEMON_ARGS $LLDPD_OPTIONS
2260e0
Restart=on-failure
2260e0
PrivateTmp=yes
2260e0
RestrictAddressFamilies=AF_INET AF_INET6 AF_PACKET AF_NETLINK AF_UNIX
2260e0
ProtectHome=yes
2260e0
ReadWriteDirectories=/var/run/lldpd
2260e0
ProtectSystem=full
2260e0
2260e0
[Install]
2260e0
WantedBy=multi-user.target
2260e0