File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,13 @@ UMask=007
120
120
# LOAD DATA INFILE you can enable PrivateTmp=true for a little more security.
121
121
PrivateTmp=false
122
122
123
+ # Set an explicit Start and Stop timeout of 900 seconds (15 minutes!)
124
+ # this is the same value as used in SysV init scripts in the past
125
+ # Galera might need a longer timeout, check the KB if you want to change this:
126
+ # https://mariadb.com/kb/en/library/systemd/#configuring-the-systemd-service-timeout
127
+ TimeoutStartSec=900
128
+ TimeoutStopSec=900
129
+
123
130
##
124
131
## Options previously available to be set via [mysqld_safe]
125
132
## that now needs to be set by systemd config files as mysqld_safe
Original file line number Diff line number Diff line change @@ -141,6 +141,13 @@ UMask=007
141
141
# LOAD DATA INFILE you can enable PrivateTmp=true for a little more security.
142
142
PrivateTmp=false
143
143
144
+ # Set an explicit Start and Stop timeout of 900 seconds (15 minutes!)
145
+ # this is the same value as used in SysV init scripts in the past
146
+ # if you need a longer timeout, check the KB:
147
+ # https://mariadb.com/kb/en/library/systemd/#configuring-the-systemd-service-timeout
148
+ TimeoutStartSec=900
149
+ TimeoutStopSec=900
150
+
144
151
##
145
152
## Options previously available to be set via [mysqld_safe]
146
153
## that now needs to be set by systemd config files as mysqld_safe
You can’t perform that action at this time.
0 commit comments