prometheus-node-exporter service: run as nobody again
Using DynamicUser breaks the systemd and logind collectors. cc #30535
This commit is contained in:
parent
b3dc24c8c8
commit
63bbada520
@ -69,7 +69,7 @@ in {
|
||||
${concatStringsSep " \\\n " cfg.extraFlags}
|
||||
'';
|
||||
serviceConfig = {
|
||||
DynamicUser = true;
|
||||
User = "nobody";
|
||||
Restart = "always";
|
||||
PrivateTmp = true;
|
||||
WorkingDirectory = /tmp;
|
||||
|
Loading…
Reference in New Issue
Block a user