Commit aea93bf53bb747f842ce6cf5f302dfa24a1d8946

Authored by Adhidarma Hadiwinoto
1 parent fa0179cbeb
Exists in master

Specify pid on calling systemd-notify

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

... ... @@ -42,6 +42,7 @@ module.exports = async (statusMsg) => {
42 42 await notify({
43 43 ready: true,
44 44 status,
  45 + pid: process.pid,
45 46 });
46 47 } catch (e) {
47 48 logger.verbose(`${MODULE_NAME} 488B3245: Trying to notify sd-notify package`, {