telegraf: set HOME to avoid crash at startup
https://github.com/nix-community/infra/pull/1982
This commit is contained in:
parent
b379bd4d87
commit
49eedd3d2a
1 changed files with 3 additions and 0 deletions
|
|
@ -66,6 +66,9 @@ in {
|
|||
KeepAlive = true;
|
||||
RunAtLoad = true;
|
||||
};
|
||||
|
||||
# https://github.com/influxdata/telegraf/issues/17607
|
||||
environment.HOME = "/var/root";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue