Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
94 views

runlevels init.d and rc.d

I am not sure to ask it here or at serverfault, but it has to do with my script and creating an installer... I have made a service (linux perl script) and all the configuration files and etc etc. I ...
1
vote
2answers
184 views

Python execution

Is it possible for a python script to execute at a low run level? Edit: To clarify, is it possible for a python script to run in the background, kind of like a daemon.
0
votes
1answer
79 views

linux: determining if a running init.d script is executed as part of the system startup sequence

I am writing a init.d script that should run commands with certain options if it were being executed at system startup. The same script should run commands with other options if the user was manually ...
0
votes
2answers
145 views

Startup script always crashing on ubuntu 9.10 server edition

I wrote a startup script that starts at startup for ubuntu 9.10 server edition and does the rsync of my directories that is specified in my path, I did the startup in the old fashion way linking my ...
0
votes
1answer
283 views

How to start a gtk application after booting up without logging in?

I have got a gtk application. I want it to start automatically when I boot up the system, such that instead of getting usual login screen, my application greets the user. My application is a sort of ...
0
votes
2answers
1k views

How do I add another run level (level 7) in Ubuntu?

Ubuntu has 8 run levels (0-6 and S), I want to add the run level 7. I have done the following: 1.- Created the folder /etc/rc7.d/, which contains some symbolic links to /etc/init.d/ 2.- Created the ...