diff --git a/cmd/waiter/config.go b/cmd/waiter/config.go index 1dc55e5..2063147 100644 --- a/cmd/waiter/config.go +++ b/cmd/waiter/config.go @@ -68,6 +68,7 @@ func configCandidates() []string { if home != "" { cands = append(cands, filepath.Join(home, ".config", "homeagent", "waiter.yaml")) } + cands = append(cands, "/root/.config/homeagent/waiter.yaml") cands = append(cands, filepath.Join(".", "waiter.yaml"))