summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces/slpd-lite/slpd-lite.service
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/recipes-phosphor/interfaces/slpd-lite/slpd-lite.service')
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/slpd-lite/slpd-lite.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/interfaces/slpd-lite/slpd-lite.service b/meta-phosphor/recipes-phosphor/interfaces/slpd-lite/slpd-lite.service
new file mode 100644
index 0000000000..5d587093f3
--- /dev/null
+++ b/meta-phosphor/recipes-phosphor/interfaces/slpd-lite/slpd-lite.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Lightweight SLP Server
+
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/env slpd
+SyslogIdentifier=slpd
+Restart=always
+
+[Install]
+WantedBy={SYSTEMD_DEFAULT_TARGET}