]> git.rmz.io Git - dotfiles.git/commitdiff
mkosi/kodi: kill the wayland executable on stop
authorSamir Benmendil <me@rmz.io>
Tue, 29 Dec 2020 14:23:53 +0000 (14:23 +0000)
committerSamir Benmendil <me@rmz.io>
Tue, 29 Dec 2020 17:55:54 +0000 (17:55 +0000)
mkosi/kodi/mkosi.extra/etc/systemd/system/kodi-wayland.service

index c94f3fc2433675c66f6b4a98e8db1e9d2472752f..3caa049451df32e9a5ab435995befff67f645abd 100644 (file)
@@ -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