diff --git a/index.js b/index.js index b2cd51c..28ed905 100644 --- a/index.js +++ b/index.js @@ -130,6 +130,8 @@ const processLogLine = async line => { }); }); + if (process?.send) process.send('ready'); + log(0, `Ready! Now monitoring: ${UFW_FILE}`); log(0, '====================================================================='); })(); \ No newline at end of file