sapling/eden/test_support
Matt Glazar c91b552ef5 Allow systemd opt-in via config
Summary:
Currently, users can opt into systemd for edenfs by setting EDEN_EXPERIMENTAL_SYSTEMD=1 every time they use Eden's CLI. Make it easier to opt in: use systemd if service.experimental_systemd is set in ~/.edenrc. Also allow opting out for a single command via EDEN_EXPERIMENTAL_SYSTEMD=0.

For users who don't set service.experimental_systemd or use EDEN_EXPERIMENTAL_SYSTEMD, this diff should not change behavior. (The EDEN_EXPERIMENTAL_SYSTEMD environment variable is still respected.)

Reviewed By: simpkins

Differential Revision: D13371186

fbshipit-source-id: d7b533ea3583f4b6c8a8f63c6a74eace2be7d783
2018-12-10 16:30:06 -08:00
..
environment_variable.py Allow systemd opt-in via config 2018-12-10 16:30:06 -08:00
hypothesis.py Add systemd EnvironmentFile reader/writer 2018-11-16 11:13:09 -08:00
temporary_directory.py Use TemporaryDirectoryMixin in CLI tests 2018-12-03 14:42:11 -08:00