nixos/services.mysql: Fix restart on-abnormal

This commit is contained in:
Philipp
2025-08-04 09:57:06 +02:00
parent 77b1e1a66b
commit 620f813ef4
2 changed files with 3 additions and 1 deletions

View File

@@ -691,7 +691,7 @@ in
serviceConfig = lib.mkMerge [
{
Type = if hasNotify then "notify" else "simple";
Restart = "on-abort";
Restart = "on-abnormal";
RestartSec = "5s";
# User and group