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:
parent
a5eba7eb8d
commit
51ace42a1c
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@
|
||||||
|
|
||||||
- name: Set systemd boot timeout to 180 seconds for slow machines, in /etc/systemd/system/mariadb.service
|
- name: Set systemd boot timeout to 180 seconds for slow machines, in /etc/systemd/system/mariadb.service
|
||||||
lineinfile:
|
lineinfile:
|
||||||
|
backup: yes
|
||||||
path: /etc/systemd/system/mariadb.service
|
path: /etc/systemd/system/mariadb.service
|
||||||
insertafter: '^\[Service\]$'
|
insertafter: '^\[Service\]$'
|
||||||
regexp: '^TimeoutStartSec='
|
regexp: '^TimeoutStartSec='
|
||||||
|
|
Loading…
Reference in a new issue