power.cfg 307 Bytes
Newer Older
longpanda's avatar
longpanda committed
1
menuentry Reboot --class=power_reboot {
2
3
4
5
6
    echo -e '\n\nSystem is rebooting ... \n'
    sleep 1
    reboot
}

longpanda's avatar
longpanda committed
7
menuentry Halt --class=power_halt {
8
9
    echo -e '\n\nSystem is halting ... \n'
    sleep 1
longpanda's avatar
longpanda committed
10
    halt
11
12
}

longpanda's avatar
longpanda committed
13
menuentry 'Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
14
15
    echo 'Return ...'
}