jpillora / overseer

Monitorable, gracefully restarting, self-upgrading binaries in Go (golang)
MIT License
2.33k stars 209 forks source link

Add a test mode flag #13

Open rafaeljusto opened 8 years ago

rafaeljusto commented 8 years ago

The test mode flag allows to unit test the server, disabling the fork and the service restart mechanisms.

Resolves #12