From 04f47f8ab7bf46bc8073d91a5cab275269fde6be Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 11 Jul 2018 23:26:34 -0700 Subject: [PATCH] [Linux] Fix killing of notify-osd service --- dotfiles/config/systemd/user/notify-osd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/config/systemd/user/notify-osd.service b/dotfiles/config/systemd/user/notify-osd.service index ba386bb6..53364055 100644 --- a/dotfiles/config/systemd/user/notify-osd.service +++ b/dotfiles/config/systemd/user/notify-osd.service @@ -4,7 +4,7 @@ Description=notify-osd [Service] Type=simple ExecStart=/usr/bin/env notify-osd -ExecStop=/usr/bin/pkill notify-osd +ExecStop=/usr/bin/env pkill notify-osd [Install] WantedBy=wm.target