tweak: don't auto-start puter-linux for now

This commit is contained in:
KernelDeimos 2024-09-21 15:39:19 -04:00
parent 18fed60341
commit 07d3592d88

View File

@ -23,7 +23,7 @@ const NULL_UUID = '00000000-0000-0000-0000-000000000000';
export class ProcessService extends Service {
static INITRC = [
'puter-linux'
// 'puter-linux'
];
async _init () {