Compare commits

..

No commits in common. "0de3d01191de4496caf5881b0115ec570f12fc31" and "e20c9546eafa8a0da2b5b3451f223301b671910d" have entirely different histories.

2 changed files with 4 additions and 2 deletions

View File

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

View File

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