tweak: do not restart Quickshell on crash
Quickshell automatically restarts itself on crash, and if that system breaks down, then there's probably a more serious issue here than can be solved with a restart.
This commit is contained in:
parent
c6be7e059e
commit
0bb0f25679
1 changed files with 1 additions and 5 deletions
|
|
@ -10,10 +10,6 @@
|
|||
PartOf = [ "graphical-session.target" ];
|
||||
};
|
||||
|
||||
Service = {
|
||||
ExecStart = lib.getExe quickshell-toki-night.packages.${pkgs.system}.default;
|
||||
Restart = "always";
|
||||
RestartSec = "10";
|
||||
};
|
||||
Service.ExecStart = lib.getExe quickshell-toki-night.packages.${pkgs.system}.default;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue