James Feist | 8424b49 | 2019-01-29 15:49:11 -0800 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=IPMB Sensor |
| 3 | StopWhenUnneeded=false |
Josh Lehan | fcbf32d | 2019-10-08 12:02:49 -0700 | [diff] [blame] | 4 | Requires=xyz.openbmc_project.EntityManager.service |
| 5 | After=xyz.openbmc_project.EntityManager.service |
James Feist | 8424b49 | 2019-01-29 15:49:11 -0800 | [diff] [blame] | 6 | |
| 7 | [Service] |
| 8 | Restart=always |
| 9 | RestartSec=5 |
Patrick Venture | 8a7e291 | 2019-03-28 13:07:08 -0700 | [diff] [blame] | 10 | ExecStart=/usr/bin/ipmbsensor |
James Feist | 8424b49 | 2019-01-29 15:49:11 -0800 | [diff] [blame] | 11 | |
| 12 | [Install] |
| 13 | WantedBy=multi-user.target |
| 14 | |