Add startos/main.ts
Add initial Munin service main function
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
import { createInterface } from '@start9labs/start-sdk'
|
||||||
|
|
||||||
|
export const main = createInterface({
|
||||||
|
volumeId: 'main',
|
||||||
|
|
||||||
|
run: async ({ effects }) => {
|
||||||
|
await effects.check.inform('Munin-bitcoin service running')
|
||||||
|
},
|
||||||
|
})
|
||||||
Reference in New Issue
Block a user