2

I want to create a Point-of-Sale (PoS) system with Ubuntu. (i.e. cash register).

The system should start with the PoS application, and shutdown when the PoS app is closed. It must be locked down, and allow no other apps to be run, such as games, etc.

ish
  • 139,926

2 Answers2

0

You can change your setting to do the autologin and insert your program on the startup. If you are looking for something that still running even if you kill it, check how to create a daemon.

max246
  • 183
0

You can change your profile to allow for automatic log in here: Top Right of Unity Panel click power button Go to system settings Then User Accounts

Unlock your profile with your password and change to automatic log in

see this user account profile in system settings

  • what i want to do to prevent user from accessing games or other. so user can only use the machine as POS and nothing else. so when they close the POS and also automatic shutdown the linux – Maulana I Kahirawan Jun 26 '12 at 11:19