diff options
| author | Christian Poessinger <christian@poessinger.com> | 2020-06-03 16:36:17 +0200 | 
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2020-06-03 16:36:17 +0200 | 
| commit | 6eee95a8056e36a60906f91a0e89dd6f4baa07f3 (patch) | |
| tree | d66cbe525d88541acaa7dd0eb02987317f1ba269 | |
| parent | 216859622e0619a1f61eb702f88546b579306005 (diff) | |
| download | vyos-1x-6eee95a8056e36a60906f91a0e89dd6f4baa07f3.tar.gz vyos-1x-6eee95a8056e36a60906f91a0e89dd6f4baa07f3.zip | |
T2546: migrate "show reboot" to vyos-1x
| -rw-r--r-- | op-mode-definitions/show-reboot.xml | 13 | 
1 files changed, 13 insertions, 0 deletions
| diff --git a/op-mode-definitions/show-reboot.xml b/op-mode-definitions/show-reboot.xml new file mode 100644 index 000000000..c85966bcb --- /dev/null +++ b/op-mode-definitions/show-reboot.xml @@ -0,0 +1,13 @@ +<?xml version="1.0"?> +<interfaceDefinition> +  <node name="show"> +    <children> +      <leafNode name="reboot"> +        <properties> +          <help>Show scheduled reboot</help> +        </properties> +        <command>${vyos_op_scripts_dir}/powerctrl.py --check</command> +      </leafNode> +    </children> +  </node> +</interfaceDefinition> | 
