VT-CHCI / Thought-Swap

http://dl.acm.org/citation.cfm?id=1718934
MIT License
3 stars 5 forks source link

production daemon (aka KEEP THOUGHTSWAP RUNNING!) #146

Open hcientist opened 6 years ago

hcientist commented 6 years ago

we currently run the server by using foreverjs, and maybe that's an ok start, but we don't have anything to restart on crash, and we really should (perhaps even notifying someone of the crash). There are many ways we could add restart after crash (or auto start if our VM gets rebooted [like by techstaff doing maintenance]). depending on the os version we're on we could use the ancient upstart, or the more-recently-more-preferred systemd. We could also hack something together only slightly quicker using nodemon, PM2, or similar.