mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-06 16:57:03 +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 = {
|
Service = {
|
||||||
ExecStart = "${cfg.package}/bin/taffybar";
|
ExecStart = "${cfg.package}/bin/taffybar";
|
||||||
|
Restart = "on-failure";
|
||||||
};
|
};
|
||||||
|
|
||||||
Install = {
|
Install = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue