summaryrefslogtreecommitdiffstats
path: root/projectroot/lib/systemd/system/lldpd.service
diff options
context:
space:
mode:
Diffstat (limited to 'projectroot/lib/systemd/system/lldpd.service')
-rw-r--r--projectroot/lib/systemd/system/lldpd.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/projectroot/lib/systemd/system/lldpd.service b/projectroot/lib/systemd/system/lldpd.service
new file mode 100644
index 000000000..9b511659a
--- /dev/null
+++ b/projectroot/lib/systemd/system/lldpd.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=LLDP daemon
+After=network.target
+RequiresMountsFor=@PRIVSEP_CHROOT@
+
+[Service]
+Type=notify
+NotifyAccess=main
+ExecStart=/usr/sbin/lldpd @DAEMON_ARGS@
+Restart=on-failure
+
+[Install]
+WantedBy=multi-user.target