0

Possible Duplicate:
How to start applications at startup automatically?

How can I specify the commands which I want to execute when system is started?

So far I tried to write it in .initrc, .xinitrc, .xprofile but none of them seems working.

I use Ubuntu 12.04 and LightDM.

evfwcqcg
  • 199

1 Answers1

0

I think you will find what you need in this discussion.

Other solution will be to create a script in /etc/init.d and use update-rc.d, but not sure this is what you are looking for...

Hope this help.

Yanok
  • 1,101