AkurAI Build
Menu

cosmic-mobile

public

Latest change ea069892b84edfb00114fb9652e2610b85a860b5 - Capture Wayland GPU surfaces inside VM by AkurAI Build

[Unit]
Description=VM screenshot evidence
After=mobile.service
[Service]
Type=oneshot
ExecStart=/bin/sh -c 'sleep 12; mount -t 9p -o trans=virtio,version=9p2000.L captures /mnt; XDG_RUNTIME_DIR=/run/mobile WAYLAND_DISPLAY=wayland-0 grim /mnt/home.png; sleep 20; XDG_RUNTIME_DIR=/run/mobile WAYLAND_DISPLAY=wayland-0 grim /mnt/interaction.png; free -m > /mnt/memory.txt; ps -eo comm,rss > /mnt/processes.txt'
[Install]
WantedBy=multi-user.target