Re: [SLUG] automatic login?

From: Eben King (eben1@tampabay.rr.com)
Date: Thu Oct 02 2003 - 15:48:29 EDT


On Thu, 2 Oct 2003, Bill Glidden wrote:

> Say I'm writing a kiosk application. I want the user to just be able to
> turn on the machine, and have it ultimately start up this kiosk application
> without having them go through a login procedure (mainly because there won't
> be a keyboard on the machine).
>
> Is this possible?

/etc/(rc.d/)init.d/kiosk:
#! /bin/bash
...
start)
  su kioskuser -c kioskstartscript &
...

or something similar

-- 
-eben    ebQenW1@EtaRmpTabYayU.rIr.OcoPm    home.tampabay.rr.com/hactar
An ASCII character walks into a bar and orders a double. "Having a bad
day?" asks the barman. "Yeah, I have a parity error," replies the ASCII
chrctr.  The barman says, "Yeah, I thght you looked a bit off." -- Skud

----------------------------------------------------------------------- This list is provided as an unmoderated internet service by Networked Knowledge Systems (NKS). Views and opinions expressed in messages posted are those of the author and do not necessarily reflect the official policy or position of NKS or any of its employees.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 19:47:09 EDT