Update systemd extraConfig to rfc 42

This commit is contained in:
Romek
2025-08-08 21:49:30 +02:00
committed by GitHub
parent d61b5989c0
commit 696bbcdcdf

View File

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