process?.send
This commit is contained in:
parent
3c90e5f380
commit
a7b2bf6ed0
1 changed files with 2 additions and 0 deletions
2
index.js
2
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, '=====================================================================');
|
||||
})();
|
||||
Loading…
Add table
Reference in a new issue