treewide: move StartLimitIntervalSec/StartLimitBurst to unitConfig

This commit is contained in:
Sandro Jäckel
2025-07-03 15:48:28 +02:00
parent 605cfcce80
commit f88e1c39e9
8 changed files with 23 additions and 7 deletions

View File

@@ -29,7 +29,7 @@
];
# Try for about 10 minutes rather than the default of 5 attempts.
serviceConfig.RestartSec = 1;
serviceConfig.StartLimitBurst = 600;
unitConfig.StartLimitBurst = 600;
};
# systemd.services.vault.unitConfig.RequiresMountsFor = "/run/keys/";