realc
Results
1
comments of
realc
Running as a windows service, program's default working dir is `c:\windows\systemd32` where the log file should be. We can change the default setting like this: ```rust let exe = std::env::current_exe().unwrap();...