xref: /openbmc/phosphor-fan-presence/sensor-monitor/service_files/sensor-monitor.service (revision 92cc4a3222be114866dc7d715c2f4ef6f1425e50)
1[Unit]
2Description=Sensor Monitor
3Wants=xyz.openbmc_project.Logging.service
4After=xyz.openbmc_project.Logging.service
5
6[Service]
7Restart=always
8ExecStart=/usr/bin/sensor-monitor
9
10[Install]
11WantedBy=multi-user.target
12