summaryrefslogtreecommitdiff
path: root/templates/poweroff/node.def
blob: 44b83012ebd673c5bff19c00a15e7c3e1d8e0669 (plain)
1
2
3
4
5
6
7
8
9
help: Poweroff the system
run: if [ "$VYATTA_PROCESS_CLIENT" == "gui2_rest" ]
     then
        sudo /sbin/shutdown -h now && sudo /usr/bin/killall sshd
     else 
        ${vyatta_bindir}/yesno -n "Proceed with poweroff? (Yes/No) [No] " \
        && sudo /sbin/shutdown -h now && sudo /usr/bin/killall sshd
     fi