From df442d34690825c419df6fcfdbcee37eec277d32 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 14 Mar 2017 18:36:43 -0700 Subject: [PATCH] [Linux] Automatically restart taffybar --- dotfiles/config/systemd/user/taffybar.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/config/systemd/user/taffybar.service b/dotfiles/config/systemd/user/taffybar.service index 30210c3a..756d35d1 100644 --- a/dotfiles/config/systemd/user/taffybar.service +++ b/dotfiles/config/systemd/user/taffybar.service @@ -5,6 +5,8 @@ Description=taffybar Type=simple ExecStart=/usr/bin/env taffybar ExecStop=/usr/bin/pkill taffybar +Restart=always +RestartSec=3 [Install] WantedBy=wm.target