taffybar: restart the service on failure

(cherry picked from commit f77d6b7a2d)
This commit is contained in:
Robert Helgesson 2019-03-26 18:05:44 +01:00
parent d5f6e84862
commit 2fa6dd4cf5
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -35,6 +35,7 @@ in
Service = { Service = {
ExecStart = "${cfg.package}/bin/taffybar"; ExecStart = "${cfg.package}/bin/taffybar";
Restart = "on-failure";
}; };
Install = { Install = {