increase influxdb startup timeout

This commit is contained in:
nyanloutre 2022-10-10 23:05:21 +02:00
parent 41f1843e59
commit ef246753b8
1 changed files with 4 additions and 0 deletions

View File

@ -108,6 +108,10 @@ in
};
};
systemd.services.influxdb.serviceConfig = {
TimeoutStartSec = "10min";
};
security.sudo.extraRules = [
{ commands = [ { command = "${pkgs.smartmontools}/bin/smartctl"; options = [ "NOPASSWD" ]; } ]; users = [ "telegraf" ]; }
];