ansible-roles/roles/mysql_server/templates/systemd_limits.conf.j2

6 lines
122 B
Plaintext
Raw Normal View History

2021-12-01 19:13:34 +01:00
[Service]
LimitNOFILE={{ mysql_open_files_limit | default('8192') }}
Restart=on-failure
StartLimitInterval=0
RestartSec=1