xref: /openbmc/phosphor-fan-presence/sensor-monitor/service_files/sensor-monitor.service (revision 9431a37d0a623880cd81be816ef30a4127b063d3)
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