forked from colonelpanic/dotfiles
[Linux] Fix killing of notify-osd service
This commit is contained in:
parent
aa82a47969
commit
04f47f8ab7
@ -4,7 +4,7 @@ Description=notify-osd
|
|||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/usr/bin/env notify-osd
|
ExecStart=/usr/bin/env notify-osd
|
||||||
ExecStop=/usr/bin/pkill notify-osd
|
ExecStop=/usr/bin/env pkill notify-osd
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=wm.target
|
WantedBy=wm.target
|
||||||
|
Loading…
Reference in New Issue
Block a user