mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 13:13:26 +00:00
taffybar: restart the service on failure
This commit is contained in:
parent
1fdb16866b
commit
f77d6b7a2d
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…
Reference in a new issue