endojs / endo

Endo is a distributed secure JavaScript sandbox, based on SES
Apache License 2.0
819 stars 71 forks source link

feat(daemon): Always stop the daemon on purge #2211

Closed rekmarks closed 5 months ago

rekmarks commented 5 months ago

Ensures that the daemon is not restarted after being purged, even if it was previously running. Any CLI command will simply restart the daemon anyway.