8 lines
281 B
Bash
8 lines
281 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
# Provide source directive to shellcheck.
|
||
|
|
# shellcheck source=meta-facebook/recipes-phosphor/state/phosphor-state-manager/greatlakes/power-cmd
|
||
|
|
source /usr/libexec/phosphor-state-manager/power-cmd
|
||
|
|
|
||
|
|
# TODO: host power reset
|
||
|
|
echo "Host power reset is not support for now"
|