Compare commits

...

2 Commits

Author SHA1 Message Date
0de3d01191 exposed the rc configuration to the world 2020-03-20 13:15:54 +11:00
2fe738591d default rc configuration 2020-03-20 13:15:20 +11:00
2 changed files with 2 additions and 4 deletions

1
cfg/rc.cfg Normal file
View File

@ -0,0 +1 @@
{enabled={"getty","minitel"}}

View File

@ -67,10 +67,7 @@ end
loadConfig()
for k,v in pairs(cfg.enabled) do
rc.start(v)
end
_G.service = service
rc.cfg = cfg
return rc