Blame SOURCES/lldpd-el7.service

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