This repository has been archived on 2025-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
Rodrigo Arias Mallo d591721a61 Move StartLimit* options to unit section
The StartLimitBurst and StartLimitIntervalSec options belong to the
[Unit] section, otherwise they are ignored in [Service]:

> Unknown key 'StartLimitIntervalSec' in section [Service], ignoring.

When using [Unit], the limits are properly set:

  apex% systemctl show power-policy.service | grep StartLimit
  StartLimitIntervalUSec=10min
  StartLimitBurst=10
  StartLimitAction=none

Reviewed-by: Aleix Boné <abonerib@bsc.es>
2025-07-24 14:32:46 +02:00
2025-07-23 11:52:09 +02:00
2025-07-15 11:17:43 +02:00
2025-01-16 14:23:19 +01:00
2025-07-16 13:07:01 +02:00
2025-07-16 13:06:40 +02:00
2025-07-15 17:24:38 +02:00
2023-06-16 12:13:07 +02:00
Description
Languages
Nix 98.1%
C 1.1%
Shell 0.5%
Roff 0.3%