Initial commit
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
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
|
||||
/usr/bin/rl300Start.sh
|
||||
done
|
||||
Reference in New Issue
Block a user