From a9fba7556e6ff4ac2782cf6bb4226c55dc9aa80c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Wed, 8 Feb 2023 12:43:01 -0300 Subject: [PATCH] astroid: set a lower shutdown timeout --- user/chat.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/user/chat.nix b/user/chat.nix index e5304c6..2ec4a2b 100644 --- a/user/chat.nix +++ b/user/chat.nix @@ -10,6 +10,7 @@ ExecStartPre = "/usr/bin/env sleep 10s"; ExecStart = "${pkgs.astroid}/bin/astroid"; Restart = "on-failure"; + TimeoutStopSec = 10; }; Install = { WantedBy = [ "sway-session.target" ]; }; };