From 160c4eefc936cd9e6f4c665ad4612b5c0698787b Mon Sep 17 00:00:00 2001 From: Unheard0840 Date: Wed, 5 Aug 2026 17:42:05 +0000 Subject: [PATCH] Update startos/main.ts --- startos/main.ts | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/startos/main.ts b/startos/main.ts index cef2350..1411b93 100644 --- a/startos/main.ts +++ b/startos/main.ts @@ -19,12 +19,9 @@ export const main = sdk.setupMain(async ({ effects }) => { ), exec: { command: ['munin-bitcoin'] }, ready: { - display: i18n('Web Interface'), - fn: () => - sdk.healthCheck.checkPortListening(effects, uiPort, { - successMessage: i18n('The web interface is ready'), - errorMessage: i18n('The web interface is not ready'), - }), + display: i18n('Munin Bitcoin service'), + fn: () => + sdk.healthCheck.checkProcessRunning(effects, 'munin-bitcoin'), }, requires: [], })