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" ]; }; };