quickshell: use Restart=always for systemd service
on-failure doesn't restart after SIGTERM (killall). always ensures quickshell comes back regardless of how it stopped. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
0b9f981ed2
commit
107445bdf0
1 changed files with 1 additions and 1 deletions
|
|
@ -435,7 +435,7 @@ in
|
|||
};
|
||||
Service = {
|
||||
ExecStart = "${pkgs.quickshell}/bin/qs";
|
||||
Restart = "on-failure";
|
||||
Restart = "always";
|
||||
RestartSec = 2;
|
||||
};
|
||||
Install.WantedBy = [ "hyprland-session.target" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue