diff --git a/sd-notify.js b/sd-notify.js index c719eda..ecec078 100644 --- a/sd-notify.js +++ b/sd-notify.js @@ -20,7 +20,7 @@ const notifyUseSystemdNotify = async (statusMsg) => { await notify({ ready: true, status, - pid: process.pid, + // pid: process.pid, }); logger.info(`${MODULE_NAME} B905A857: Systemd ready notification has been sent using systemd-notify package`);