Andrew Neyland | cf8f746 | 2023-09-06 14:42:07 -0500 | [diff] [blame] | 1 | #!/bin/sh |
2 | dbus-monitor --system --profile "type='method_call',path='/xyz/openbmc_project/state/host0',interface='org.freedesktop.DBus.Properties',member='Set'" | awk '/xyz.openbmc_project.State.Host/ { print "DONE" }' | while read -r; do | ||||
3 | /usr/bin/dl360Start.sh | ||||
4 | done |