mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
taffybar: restart the service on failure
(cherry picked from commit f77d6b7a2d)
This commit is contained in:
@@ -35,6 +35,7 @@ in
|
||||
|
||||
Service = {
|
||||
ExecStart = "${cfg.package}/bin/taffybar";
|
||||
Restart = "on-failure";
|
||||
};
|
||||
|
||||
Install = {
|
||||
|
||||
Reference in New Issue
Block a user