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