increase influxdb startup timeout
This commit is contained in:
parent
41f1843e59
commit
ef246753b8
1 changed files with 4 additions and 0 deletions
|
@ -108,6 +108,10 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.services.influxdb.serviceConfig = {
|
||||||
|
TimeoutStartSec = "10min";
|
||||||
|
};
|
||||||
|
|
||||||
security.sudo.extraRules = [
|
security.sudo.extraRules = [
|
||||||
{ commands = [ { command = "${pkgs.smartmontools}/bin/smartctl"; options = [ "NOPASSWD" ]; } ]; users = [ "telegraf" ]; }
|
{ commands = [ { command = "${pkgs.smartmontools}/bin/smartctl"; options = [ "NOPASSWD" ]; } ]; users = [ "telegraf" ]; }
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue