The scripts to be executed at boot, usually for starting deamons and mounting file systems.
Questions tagged [init-script]
326 questions
26
votes
6 answers
No such file or directory /etc/init.d/functions
I created a startup script to start/restart/stop a group of applications. I used the lib /etc/init.d/functions in my script. It is working well on my system, but it not working for my client; he is getting the error:
No such file or directory…

tecman
- 363
3
votes
0 answers
How do I put a splash screen during shutdown?
I'm able to put a splash screen on startup. As soon as powered on, a splash screen is shown till startx command is run.
I edited the script to put the same image (for now) while rebooting/halting. I want it to be shown from right after reboot…

ceremcem
- 2,351
1
vote
1 answer
Why start script and kill script does not appear in pairs in rcX.d folder?
The scripts need to be executed at boot time was put in the /etc/init.d,and files contained in /etc/rc*.d was the symbolic links point to files in /etc/init.d.Furthermore the names of the symbolic links indicate whether the service is to be started…

LoremIpsum
- 163
- 1
- 4