#!/bin/sh
install -d -m0711 -o root -g gdm /run/gdm
exec gdm
