superfly / litefs

FUSE-based file system for replicating SQLite databases across a cluster of machines
Apache License 2.0
3.96k stars 95 forks source link

Exit gracefully on clean exec exit #64

Closed benbjohnson closed 2 years ago

jsierles commented 2 years ago

This was my mistake. LiteFS is exiting cleanly. I was running a subprocess that runs its own subprocesses, so the master process never exited while the subprocesses did.