/lib/systemd/system/ladvd.service is in ladvd 1.1.1~pre1-2build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | # To modify this unit, copy it to /etc/systemd/system and edit there
# This way a list of interfaces which ladvd should utilize can be supplied.
[Unit]
Description=LLDP/CDP sender
Documentation=man:ladvd(8) man:ladvdc(8)
Requires=network.target
After=network.target
[Service]
ExecStart=/usr/sbin/ladvd -f -a -z
Restart=on-failure
NoNewPrivileges=yes
PrivateDevices=yes
ProtectSystem=full
ProtectHome=yes
RuntimeDirectory=ladvd
[Install]
WantedBy=multi-user.target
|