Rodrigo Arias Mallo d1f58a62f5 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 12:21:05 +02:00
..
2023-11-20 12:57:31 +01:00
2025-05-23 15:40:09 +02:00
2025-07-22 15:24:55 +02:00
2025-06-13 12:53:58 +02:00
2025-05-26 11:43:16 +02:00