export type NetdataConfig = { port: string; restartPolicy: 'always' | 'ask' | 'never'; healthdPath?: string; healthScriptsPath?: string; };