Blame SOURCES/lldpd-el7.service

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