astroid: set a lower shutdown timeout
This commit is contained in:
parent
abfddc0655
commit
a9fba7556e
|
@ -10,6 +10,7 @@
|
||||||
ExecStartPre = "/usr/bin/env sleep 10s";
|
ExecStartPre = "/usr/bin/env sleep 10s";
|
||||||
ExecStart = "${pkgs.astroid}/bin/astroid";
|
ExecStart = "${pkgs.astroid}/bin/astroid";
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
|
TimeoutStopSec = 10;
|
||||||
};
|
};
|
||||||
Install = { WantedBy = [ "sway-session.target" ]; };
|
Install = { WantedBy = [ "sway-session.target" ]; };
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue