8 lines
277 B
Bash
8 lines
277 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 off
|
|
echo "Host power off is not support for now" |