OC-Tsuki/coreutils/reboot.lua

5 lines
65 B
Lua

if (kernel) then
kernel.sig_push {
sigtype = "shutdown"
}
end