Blame SOURCES/lldpd-fedora.service

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