mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 19:49:45 +01: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 = {
|
Service = {
|
||||||
ExecStart = "${cfg.package}/bin/taffybar";
|
ExecStart = "${cfg.package}/bin/taffybar";
|
||||||
|
Restart = "on-failure";
|
||||||
};
|
};
|
||||||
|
|
||||||
Install = {
|
Install = {
|
||||||
|
|
Loading…
Reference in a new issue