telegraf: set HOME to avoid crash at startup

https://github.com/nix-community/infra/pull/1982
This commit is contained in:
Jörg Thalheim 2025-09-25 09:14:03 +02:00
parent b379bd4d87
commit 49eedd3d2a

View file

@ -66,6 +66,9 @@ in {
KeepAlive = true;
RunAtLoad = true;
};
# https://github.com/influxdata/telegraf/issues/17607
environment.HOME = "/var/root";
};
};
}