Jagpal Singh Gill | 15dde86 | 2024-10-16 09:42:54 -0700 | [diff] [blame] | 1 | |
| 2 | [Unit] |
| 3 | Description=Leak Detector for Liquid Cooling |
| 4 | Requires=xyz.openbmc_project.EntityManager.service |
| 5 | After=xyz.openbmc_project.EntityManager.service |
| 6 | |
| 7 | [Service] |
Patrick Williams | 7699b48 | 2025-05-30 09:42:00 -0400 | [diff] [blame] | 8 | Type=dbus |
| 9 | BusName=xyz.openbmc_project.leakdetector |
Jagpal Singh Gill | 15dde86 | 2024-10-16 09:42:54 -0700 | [diff] [blame] | 10 | Restart=always |
| 11 | RestartSec=5 |
| 12 | ExecStart=/usr/libexec/dbus-sensors/leakdetector |
| 13 | |
| 14 | [Install] |
| 15 | WantedBy=multi-user.target |