#!/bin/sh # kiosk-session --- this is the session used by the display manager # on my kiosk machines. It simply logs in as "guest" and runs that # user's .xsession file. This assumes it was launched by root, so # that "su guest" will not prompt for a password. # # created by jwz, 21-May-00 (sun); 12:31 PM exec su --login --command /home/guest/.xsession guest