sapling/eden/win/fs
Matt Glazar 65f80da385 Add USER_ID variable for config options
Summary:
The systemctl command requires XDG_RUNTIME_DIR to be configured. If it's not configured, 'eden start' should pick a sane default. The sane default includes the user's UID (e.g. /run/user/6986). I want this default to be configurable via Eden's config files.

Expose the ${USER_ID} token to Eden configs. This will let administrators can customize XDG_RUNTIME_DIR's fallback value in the future.

Reviewed By: wez

Differential Revision: D13811732

fbshipit-source-id: 7933e078dd5f2b3bbbb0299730220a129c257256
2019-03-14 18:19:41 -07:00
..
mount Created HResultError class and fixed the exception handling. 2019-03-12 16:30:44 -07:00
service Add USER_ID variable for config options 2019-03-14 18:19:41 -07:00
store Adding an abstraction layer on the backing store to handle the Windows path conversion. 2018-11-26 08:19:47 -08:00
utils Add USER_ID variable for config options 2019-03-14 18:19:41 -07:00
edenfs.vcxproj Add FaultInjector to Windows builds 2019-02-19 10:50:48 -08:00
edenfs.vcxproj.filters Add FaultInjector to Windows builds 2019-02-19 10:50:48 -08:00
Edenwin.h Win: Restructured the Windows code to align with the eden code layout 2018-09-28 13:14:11 -07:00