Instrumental / instrumentald

Instrumental System and Service Daemon
MIT License
14 stars 3 forks source link

Upgrading a working package should leave InstrumentalD running #71

Open jason-o-matic opened 7 years ago

jason-o-matic commented 7 years ago

Currently on sysvinit or upstart systems the deb will stop InstrumentalD on upgrade. This is because on first install the user doesn't have an API token in place, so the start would fail.

Ideally, if you have an API token configured the package upgrade would start the newly installed binary.

This behavior is also different with systemd. It seems like they should match, but I'm not familiar with why they differ.