#!/bin/bash -l

echo 'tail -f /var/log/tl-cmd/current' > "/tmp/guest/autostart"
touch "/tmp/guest/framebuffer"
rsv restart desktop

echo guest.autostart true
echo guest.framebuffer true
