6

I want to find out how to run a script made by me at startup before login.

Wouter
  • 703
  • 7
  • 17
muton92
  • 69
  • 1
  • 3

1 Answers1

8

To run a script at startup of Ubuntu, before login, you would edit /etc/rc.local and add your desired commands. Make sure that the script ends with exit 0. LSS

Mitch
  • 106,657
  • 24
  • 210
  • 268