system: set systemd timeout to 5s
This commit is contained in:
parent
55ec93d6e9
commit
731e2da701
1 changed files with 1 additions and 2 deletions
|
@ -36,9 +36,8 @@
|
||||||
|
|
||||||
systemd = {
|
systemd = {
|
||||||
services.systemd-udevd.restartIfChanged = false;
|
services.systemd-udevd.restartIfChanged = false;
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
DefaultTimeoutStopSec=10s
|
DefaultTimeoutStopSec=5s
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue