From: Samir Benmendil Date: Tue, 29 Dec 2020 14:23:53 +0000 (+0000) Subject: mkosi/kodi: kill the wayland executable on stop X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/4b5e9df309971201353b010fa502b3a27cfd1969 mkosi/kodi: kill the wayland executable on stop --- diff --git a/mkosi/kodi/mkosi.extra/etc/systemd/system/kodi-wayland.service b/mkosi/kodi/mkosi.extra/etc/systemd/system/kodi-wayland.service index c94f3fc..3caa049 100644 --- a/mkosi/kodi/mkosi.extra/etc/systemd/system/kodi-wayland.service +++ b/mkosi/kodi/mkosi.extra/etc/systemd/system/kodi-wayland.service @@ -12,7 +12,7 @@ EnvironmentFile=-/etc/conf.d/kodi-standalone TTYPath=/dev/tty1 Environment=WINDOWING=wayland ExecStart=/usr/bin/cage -- /usr/bin/kodi-standalone -ExecStop=/usr/bin/killall --user kodi --exact --wait kodi-x11 +ExecStop=/usr/bin/killall --user kodi --exact --wait kodi-wayland Restart=on-abort StandardInput=tty StandardOutput=journal