summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-phosphor/sensors/files/obmc-phosphor-sensord.service
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/sensors/files/obmc-phosphor-sensord.service')
-rw-r--r--meta-phosphor/common/recipes-phosphor/sensors/files/obmc-phosphor-sensord.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/sensors/files/obmc-phosphor-sensord.service b/meta-phosphor/common/recipes-phosphor/sensors/files/obmc-phosphor-sensord.service
new file mode 100644
index 0000000000..247164febd
--- /dev/null
+++ b/meta-phosphor/common/recipes-phosphor/sensors/files/obmc-phosphor-sensord.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Phosphor OpenBMC sensor management daemon
+
+[Service]
+Restart=always
+ExecStart=/usr/sbin/obmc-phosphor-sensord
+
+[Install]
+WantedBy=multi-user.target