Merge pull request #42 from romek-codes/systemd-extra-config-rfc-42

This commit is contained in:
Hadi
2025-08-09 19:38:53 +02:00
committed by GitHub

View File

@@ -38,5 +38,5 @@
};
# To avoid systemd services hanging on shutdown
systemd.extraConfig = "DefaultTimeoutStopSec=10s";
systemd.settings.Manager = { DefaultTimeoutStopSec = "10s"; };
}