From c451a8b01c780f41e9e896357f9a282d1cd1ee86 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 28 Mar 2017 22:16:50 -0700 Subject: [PATCH] [Linux] Add chromix-too service --- dotfiles/config/systemd/user/chromix-too.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dotfiles/config/systemd/user/chromix-too.service diff --git a/dotfiles/config/systemd/user/chromix-too.service b/dotfiles/config/systemd/user/chromix-too.service new file mode 100644 index 00000000..b4f734bd --- /dev/null +++ b/dotfiles/config/systemd/user/chromix-too.service @@ -0,0 +1,12 @@ +[Unit] +Description=chromix-too +Wants=taffybar.service +After=taffybar.service + +[Service] +Type=simple +ExecStart=/usr/bin/env chromix-too-server +ExecStop=/usr/bin/pkill chromix-too + +[Install] +WantedBy=wm.target