--- /dev/null
+[Unit]
+Description=Kodi standalone (Wayland)
+After=remote-fs.target network-online.target nss-lookup.target sound.target bluetooth.target polkit.service upower.service mysqld.service
+Wants=network-online.target polkit.service upower.service
+Conflicts=getty@tty1.service
+
+[Service]
+User=kodi
+Group=kodi
+Environment=XDG_RUNTIME_DIR=/tmp
+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
+Restart=on-abort
+StandardInput=tty
+StandardOutput=journal
+
+[Install]
+Alias=display-manager.service