Dear All,I want to Udoo neo to start some programs(terminal,PHP server and a shell script) on the reboot of Udoobuntu.....how do I do that......Thanks in advance
The following example I have taken as Apache HTTP server, but procedure remain same for any other services you wish to start at boot in Red Hat Enterprise Linux (RHEL) or CentOS 6 version. You can keep any script file name, and here I’ve kept httpd Become as root user on your Linux server Create or copy your script under /etc/init.d/ [root@Chandan init.d]# ls -ltr httpd -rwxr-xr-x. 1 root root 3371 Jan 6 08:56 httpd [root@Chandan init.d]# We will use chkconfig utility which is available default on Linux or CentOS. Add script to start on boot using chkconfig with --add parameter [root@Chandan init.d]# chkconfig --add httpd [root@Chandan init.d]# chkconfig httpd on Confirm script is added successfully with --list [root@Chandan init.d]# chkconfig --list httpd httpd 0ff 1ff 2n 3n 4n 5n 6ff [root@Chandan init.d]# That’s all! httpd script will be called to start services on Linux boot. In case you need to disable auto-start service then you can use the following commands chkconfig httpd off chkconfig --del httpd basically i solve the hotmail login problem but im all-rounder if you need then please contact me through my website