Yuan Li | 445efe3 | 2019-06-14 22:58:32 +0800 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=MCU Temp 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 |
Yuan Li | 445efe3 | 2019-06-14 22:58:32 +0800 | [diff] [blame] | 6 | |
| 7 | [Service] |
| 8 | Restart=always |
| 9 | RestartSec=5 |
Patrick Williams | b75a54f | 2025-05-27 17:24:53 -0400 | [diff] [blame^] | 10 | ExecStart=/usr/libexec/dbus-sensors/mcutempsensor |
Yuan Li | 445efe3 | 2019-06-14 22:58:32 +0800 | [diff] [blame] | 11 | |
| 12 | [Install] |
| 13 | WantedBy=multi-user.target |
| 14 | |