From a2786ed468eb5dc6c028aa0c35e30f6c62cebdb9 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 26 Sep 2016 17:18:35 -0700 Subject: [PATCH] [Linux] Add taffybar systemd service --- dotfiles/config/systemd/user/taffybar.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dotfiles/config/systemd/user/taffybar.service diff --git a/dotfiles/config/systemd/user/taffybar.service b/dotfiles/config/systemd/user/taffybar.service new file mode 100644 index 00000000..a89bf8b0 --- /dev/null +++ b/dotfiles/config/systemd/user/taffybar.service @@ -0,0 +1,10 @@ +[Unit] +Description=taffybar + +[Service] +Type=simple +ExecStart=/home/imalison/.cabal/bin/taffybar +ExecStop=/usr/bin/pkill taffybar + +[Install] +WantedBy=wm.target