[DAEMON-171] appcd: Stop any running daemon instances post npm install
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | High |
| Status | Resolved |
| Resolution | Fixed |
| Resolution Date | 2017-11-20T13:54:12.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-11-20T05:55:34.000+0000 |
| Updated | 2017-11-20T13:54:13.000+0000 |
Description
After installing the Appc Daemon, the post install script should use the just installed Appc Daemon code to stop so that the new code will be run.
[~cbarber] As the CLI doesnt run npm install (so no postinstall events), do we need to figure out another solution for the daemon distributed under the CLI when a user does an
appc use 7.0.1when already having a 7.0.0 CLI with the daemon started on their machine?