Commit 6fe3d1b79b676f9e22667715bc8ccf71ac38bda5

Authored by Adhidarma Hadiwinoto
1 parent 35326bd19d
Exists in master

Try not specifying pid on calling systemd-notify

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -20,7 +20,7 @@ const notifyUseSystemdNotify = async (statusMsg) => {
20 20 await notify({
21 21 ready: true,
22 22 status,
23   - pid: process.pid,
  23 + // pid: process.pid,
24 24 });
25 25  
26 26 logger.info(`${MODULE_NAME} B905A857: Systemd ready notification has been sent using systemd-notify package`);