astroid: set a lower shutdown timeout

This commit is contained in:
Leonardo Eugênio 2023-02-08 12:43:01 -03:00
parent abfddc0655
commit a9fba7556e

View file

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