You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
426 B
21 lines
426 B
[Unit]
|
|
Description=LLDP daemon
|
|
Documentation=man:lldpd(8)
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=notify
|
|
NotifyAccess=main
|
|
EnvironmentFile=-/etc/sysconfig/lldpd
|
|
ExecStart=/usr/sbin/lldpd $DAEMON_ARGS $LLDPD_OPTIONS
|
|
Restart=on-failure
|
|
PrivateTmp=yes
|
|
RestrictAddressFamilies=AF_INET AF_INET6 AF_PACKET AF_NETLINK AF_UNIX
|
|
ProtectHome=yes
|
|
ReadWriteDirectories=/var/run/lldpd
|
|
ProtectSystem=full
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|