aboutsummaryrefslogtreecommitdiff
path: root/modules/services/taffybar.nix
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2019-03-26 18:05:44 +0100
committerRobert Helgesson <robert@rycee.net>2019-03-26 18:05:44 +0100
commitf77d6b7a2d8e404a9ad125ea2409af7f6e4b7fbc (patch)
treeed8f4e08d857256eda642ef4af76078c7dc52dea /modules/services/taffybar.nix
parent1fdb16866b377b7365768c86c9b4ac45e30bca6c (diff)
taffybar: restart the service on failure
Diffstat (limited to 'modules/services/taffybar.nix')
-rw-r--r--modules/services/taffybar.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/services/taffybar.nix b/modules/services/taffybar.nix
index 3ccec98a448..23af231ef7a 100644
--- a/modules/services/taffybar.nix
+++ b/modules/services/taffybar.nix
@@ -35,6 +35,7 @@ in
Service = {
ExecStart = "${cfg.package}/bin/taffybar";
+ Restart = "on-failure";
};
Install = {