chore(tazjin/tverskoy): Reduce systemd stop timeout to 10s
Change-Id: Id477c50489fa45fae63120c201839a95aa21bd36 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4987 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
parent
749266288e
commit
e5181a13ed
1 changed files with 6 additions and 0 deletions
|
@ -220,6 +220,12 @@ in lib.fix(self: {
|
|||
# Do not restart the display manager automatically
|
||||
systemd.services.display-manager.restartIfChanged = lib.mkForce false;
|
||||
|
||||
# If something needs more than 10s to stop it should probably be
|
||||
# killed.
|
||||
systemd.extraConfig = ''
|
||||
DefaultTimeoutStopSec=10s
|
||||
'';
|
||||
|
||||
time.timeZone = "Europe/Moscow";
|
||||
|
||||
users.users.tazjin = {
|
||||
|
|
Loading…
Reference in a new issue