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