mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
nixos/datadog-agent: change start command (#57871)
This commit is contained in:
parent
101901649b
commit
f56d507e06
@ -235,7 +235,7 @@ in {
|
|||||||
'';
|
'';
|
||||||
script = ''
|
script = ''
|
||||||
export DD_API_KEY=$(head -n 1 ${cfg.apiKeyFile})
|
export DD_API_KEY=$(head -n 1 ${cfg.apiKeyFile})
|
||||||
exec ${datadogPkg}/bin/agent start -c /etc/datadog-agent/datadog.yaml
|
exec ${datadogPkg}/bin/agent run -c /etc/datadog-agent/datadog.yaml
|
||||||
'';
|
'';
|
||||||
serviceConfig.PermissionsStartOnly = true;
|
serviceConfig.PermissionsStartOnly = true;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user