Przeglądaj źródła

made getty record the basepid properly

pull/1/head
XeonSquared 4 lat temu
rodzic
commit
7b8c532141
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      service/getty.lua

+ 1
- 1
service/getty.lua Wyświetl plik

@@ -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


Ładowanie…
Anuluj
Zapisz