Jump to content

Adding Startup software at login screen

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Is it possible to make a software execute at startup, before the user logs in? Because I need to execute a software (to light the num lock) at the login screen.. is it possible?

#2
Tor

Tor

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 486 posts
Yes, put it in the init3 run level which executes just before the init5 (login screen). What flavor of linux?

#3
LinuxBomber

LinuxBomber

    Learning Programmer

  • Members
  • PipPipPip
  • 78 posts
Sorry to interrupt but what is init3 and init5?