Arjun Suresh (talk | contribs) |
Arjun Suresh (talk | contribs) |
||
| Line 2: | Line 2: | ||
*Edit it to give the path and arguments | *Edit it to give the path and arguments | ||
sudo vi /etc/init.d/<jobname> | sudo vi /etc/init.d/<jobname> | ||
| + | *Update initrd | ||
| + | sudo update-rc.d test.sh defaults | ||
That's all. The job will run from the next time the system starts. | That's all. The job will run from the next time the system starts. | ||
{{Template:FB}} | {{Template:FB}} | ||
[[Category:Technical]] | [[Category:Technical]] | ||
sudo cp /etc/init.d/skeleton /etc/init.d/<jobname>
sudo vi /etc/init.d/<jobname>
sudo update-rc.d test.sh defaults
That's all. The job will run from the next time the system starts.
sudo cp /etc/init.d/skeleton /etc/init.d/<jobname>
sudo vi /etc/init.d/<jobname>
sudo update-rc.d test.sh defaults
That's all. The job will run from the next time the system starts.