When running aks-flex-node as a service v0.0.10 changed the user used to run the service from aks-flex-node to root' so currentUser.Username == "aks-flex-node` logic GetStatusFilePath is no longer correct and it ends up creating the status file under /tmp and not under /run. This resulted in flows expecting a file under /run to appear to fail.