2024-01-21 01:13:24 +01:00
|
|
|
{{ ansible_managed | comment }}
|
|
|
|
|
2024-04-14 00:22:16 +02:00
|
|
|
[Unit]
|
2024-01-21 01:13:24 +01:00
|
|
|
StartLimitIntervalSec=6
|
|
|
|
StartLimitBurst=10
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Restart={{ mariadb_service.restart | default('always') }}
|
|
|
|
{% if mariadb_service.limitnofile is defined %}
|
|
|
|
LimitNOFILE={{ mariadb_service.limitnofile }}
|
|
|
|
{% endif %}
|