Rodrigo Arias Mallo d948f8b752 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
..
2023-11-24 12:58:54 +01:00
2025-05-29 13:01:29 +02:00
2025-07-23 11:52:09 +02:00
2025-06-18 15:36:07 +02:00
2025-06-02 11:26:20 +02:00