1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

'backup: yes' for old/custom copies of /etc/systemd/system/mariadb.service

This commit is contained in:
A Holt 2019-07-03 13:15:13 -04:00 committed by GitHub
parent a5eba7eb8d
commit 51ace42a1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,6 +94,7 @@
- name: Set systemd boot timeout to 180 seconds for slow machines, in /etc/systemd/system/mariadb.service
lineinfile:
backup: yes
path: /etc/systemd/system/mariadb.service
insertafter: '^\[Service\]$'
regexp: '^TimeoutStartSec='