[MDEV-17708] systemd restart should be on-abort(by default) or it should be changed for production? Created: 2018-11-14 Updated: 2019-04-10 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Rahul Singh | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | systemd | ||
| Description |
|
I am using mariadb 10.3. Before going to production, I just want to make sure what should be the best value for systemd restart. By default it is on-abort and the service comes up if I kill the mysql process using `kill -9` command. Please suggest if the default value is good enough or it should be changed to something else? |