1 2[Unit] 3Description=Leak Detector for Liquid Cooling 4Requires=xyz.openbmc_project.EntityManager.service 5After=xyz.openbmc_project.EntityManager.service 6 7[Service] 8Type=dbus 9BusName=xyz.openbmc_project.leakdetector 10Restart=always 11RestartSec=5 12ExecStart=/usr/libexec/dbus-sensors/leakdetector 13 14[Install] 15WantedBy=multi-user.target 16