12 lines
258 B
Text
12 lines
258 B
Text
|
{{ ansible_managed | comment }}
|
||
|
|
||
|
[Unti]
|
||
|
StartLimitIntervalSec=6
|
||
|
StartLimitBurst=10
|
||
|
|
||
|
[Service]
|
||
|
Restart={{ mariadb_service.restart | default('always') }}
|
||
|
{% if mariadb_service.limitnofile is defined %}
|
||
|
LimitNOFILE={{ mariadb_service.limitnofile }}
|
||
|
{% endif %}
|