Upstart: accept user input to switch xorg.conf
- by Utaal
Hi all!
I'm trying to get a startup script requiring user input running before gdm starts (the script should allow me to choose from a list of xorg.conf's the one I'd like to use for the current session).
Already tried creating a pregdm.conf in /etc/init, containing:
start on filesystem
stop on runlevels [06]
# ...
console output
script
#…