[Linux] Fix killing of notify-osd service

This commit is contained in:
2018-07-11 23:26:34 -07:00
parent aa82a47969
commit 04f47f8ab7

View File

@@ -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