Skip to content

Commit

Permalink
tweak: don't auto-start puter-linux for now
Browse files Browse the repository at this point in the history
  • Loading branch information
KernelDeimos committed Sep 21, 2024
1 parent 18fed60 commit 07d3592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/src/services/ProcessService.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit 07d3592

Please sign in to comment.