mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-06 08:46:54 +00:00
taffybar: restart the service on failure
(cherry picked from commit f77d6b7a2d
)
This commit is contained in:
parent
d5f6e84862
commit
2fa6dd4cf5
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ in
|
|||
|
||||
Service = {
|
||||
ExecStart = "${cfg.package}/bin/taffybar";
|
||||
Restart = "on-failure";
|
||||
};
|
||||
|
||||
Install = {
|
||||
|
|
Loading…
Add table
Reference in a new issue