James Feist | 0e8f9a7 | 2018-12-06 14:18:20 -0800 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Exit Air Temp Sensor |
| 3 | StopWhenUnneeded=false |
James Feist | 2424cb7 | 2019-12-02 22:34:05 +0000 | [diff] [blame] | 4 | Requires=xyz.openbmc_project.Settings.service |
| 5 | After=xyz.openbmc_project.Settings.service |
Josh Lehan | fcbf32d | 2019-10-08 12:02:49 -0700 | [diff] [blame] | 6 | Requires=xyz.openbmc_project.EntityManager.service |
| 7 | After=xyz.openbmc_project.EntityManager.service |
James Feist | 0e8f9a7 | 2018-12-06 14:18:20 -0800 | [diff] [blame] | 8 | |
| 9 | [Service] |
| 10 | Restart=always |
| 11 | RestartSec=5 |
Patrick Venture | 8a7e291 | 2019-03-28 13:07:08 -0700 | [diff] [blame] | 12 | ExecStart=/usr/bin/exitairtempsensor |
James Feist | 0e8f9a7 | 2018-12-06 14:18:20 -0800 | [diff] [blame] | 13 | |
James Feist | 9566bfa | 2019-01-29 15:31:23 -0800 | [diff] [blame] | 14 | [Install] |
| 15 | WantedBy=multi-user.target |
| 16 | |