X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=src%2Fmain.rs;h=a0443f7bf2c73631399f1adb0c31dcb83f81310d;hb=HEAD;hp=014c61d13c8632248e3e9527705dccdc2446f35e;hpb=f23ee416738146f3f9b005ac759b9dd68574ddfa;p=temp2RGB.git diff --git a/src/main.rs b/src/main.rs index 014c61d..a0443f7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -53,6 +53,8 @@ mod settings; mod tests; mod timer; +// Important: when starting as a service, the directory where the log and config files +// are put is 'C:\Windows\System32\config\systemprofile\AppData\Roaming\Temp2RGB'. fn main() -> Result<()> { let is_debug = cfg!(debug_assertions);