systemd: set a low stop timeout
This commit is contained in:
parent
dc026727c9
commit
04850913a1
|
@ -151,6 +151,9 @@
|
|||
};
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
systemd.extraConfig = ''
|
||||
DefaultTimeoutStopSec=10s
|
||||
'';
|
||||
services.logind.extraConfig = ''
|
||||
HandlePowerKey=suspend
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue