Browse Source

made getty record the basepid properly

pull/1/head
XeonSquared 4 years ago
parent
commit
7b8c532141
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      service/getty.lua

+ 1
- 1
service/getty.lua View File

@@ -55,10 +55,10 @@ local function allocate()
end

function start()
basepid = os.spawn(function()
scan()
allocate()
dprint("screens ready")
basepid = os.spawn(function()
while true do
coroutine.yield()
for k,v in pairs(pids) do


Loading…
Cancel
Save