[DAEMON-103] "appcd start" should not exit until the daemon has actually finished starting
| GitHub Issue | n/a | 
|---|---|
| Type | Bug | 
| Priority | Critical | 
| Status | Resolved | 
| Resolution | Fixed | 
| Resolution Date | 2017-10-24T08:48:11.000+0000 | 
| Affected Version/s | n/a | 
| Fix Version/s | Appc Daemon 1.0.0 | 
| Components | appcd | 
| Labels | n/a | 
| Reporter | Chris Barber | 
| Assignee | Chris Barber | 
| Created | 2017-10-18T19:23:03.000+0000 | 
| Updated | 2017-10-26T02:56:22.000+0000 | 
Description
	When running 
appcd start, it will spawn the appcd-core, but then exits with a success code. It doesn't wait for the daemon to actually initialize and load the plugins.
We need the start functionality to listen for an IPC message signalling the daemon is ready to go.
No comments