Fix notification environment variable setting.
authorDavin McCall <davmac@davmac.org>
Sat, 29 Jun 2019 10:20:55 +0000 (11:20 +0100)
committerDavin McCall <davmac@davmac.org>
Fri, 5 Jul 2019 08:33:19 +0000 (18:33 +1000)
commit46b3e0151d8c6f4c0444552374bffa776f087571
treea5e43ab3a2ab4698452405cad1cb35876c27f77a
parent3f98d2c7b5635d0e3299a8786c9c2614aea5b9f9
Fix notification environment variable setting.

Refactor start_ps_process to take a single struct argument, and fix a
bug in the process: the notification environment variable (where the
notification fd should be stored) was never passed through to the
service process.
src/baseproc-service.cc
src/includes/proc-service.h
src/run-child-proc.cc