teleport/lib/config
Sasha Klizhentas 533b45bdff Use signal pipe to make live reload better.
This commit allows teleport parent process to track
the status of the forked child process using os.Pipe.

Child process signals success to parent process by writing
to Pipe.

This allows HUP and USR2 to be more intelligent as they
can now detect the failure or success of the process.
2018-04-03 17:25:43 -07:00
..
configuration.go Use signal pipe to make live reload better. 2018-04-03 17:25:43 -07:00
configuration_test.go Changes for the upcoming teleport pro: 2017-11-21 17:35:58 -08:00
fileconf.go Added PAM support to Teleport. 2018-03-20 14:20:43 -07:00
fileconf_test.go Re-factored cluster configuration. 2017-08-07 17:20:16 -07:00
testdata_test.go Changes for the upcoming teleport pro: 2017-11-21 17:35:58 -08:00