OC-Tsuki/coreutils/svc-ctl.lua
Sam Roxanne c9c05221d9 wot
2020-06-02 01:23:58 -05:00

6 lines
120 B
Lua

if (kernel) then
--#include "coreutils/svc-ctl/init.lua"
else
io.stderr:write("must be run as root\n")
os.exit(-1)
end