Update startos/main.ts

This commit is contained in:
2026-08-05 17:42:05 +00:00
parent d48036c5ed
commit 160c4eefc9
+2 -5
View File
@@ -19,12 +19,9 @@ export const main = sdk.setupMain(async ({ effects }) => {
),
exec: { command: ['munin-bitcoin'] },
ready: {
display: i18n('Web Interface'),
display: i18n('Munin Bitcoin service'),
fn: () =>
sdk.healthCheck.checkPortListening(effects, uiPort, {
successMessage: i18n('The web interface is ready'),
errorMessage: i18n('The web interface is not ready'),
}),
sdk.healthCheck.checkProcessRunning(effects, 'munin-bitcoin'),
},
requires: [],
})