OC-Tsuki/coreutils/reboot.lua

5 lines
65 B
Lua
Raw Normal View History

2020-06-02 16:23:58 +10:00
if (kernel) then
kernel.sig_push {
sigtype = "shutdown"
}
end