diff options
author | Stig Thormodsrud <stig@uffda.(none)> | 2007-11-05 12:36:29 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@uffda.(none)> | 2007-11-05 12:36:29 -0800 |
commit | a1fc256c33725242c14a70b7634d14b34d59fa05 (patch) | |
tree | 174a1b007df5e3df80216f3b5feaeca2897e3bc1 /templates/reboot | |
parent | cd13f35ce4d0e1918e4230ed86ef83302b00336d (diff) | |
download | vyatta-op-a1fc256c33725242c14a70b7634d14b34d59fa05.tar.gz vyatta-op-a1fc256c33725242c14a70b7634d14b34d59fa05.zip |
Add "reboot" command.
Diffstat (limited to 'templates/reboot')
-rw-r--r-- | templates/reboot/node.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/reboot/node.def b/templates/reboot/node.def new file mode 100644 index 0000000..e1d30d2 --- /dev/null +++ b/templates/reboot/node.def @@ -0,0 +1,2 @@ +help: "Reboot the system" +run: sudo /sbin/reboot |