Server IP : 127.0.0.2 / Your IP : 3.14.134.206 Web Server : Apache/2.4.18 (Ubuntu) System : User : www-data ( ) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : disk_free_space,disk_total_space,diskfreespace,dl,exec,fpaththru,getmyuid,getmypid,highlight_file,ignore_user_abord,leak,listen,link,opcache_get_configuration,opcache_get_status,passthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,php_uname,phpinfo,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix,_getppid,posix_getpwnam,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_times,posix_ttyname,posix_uname,pclose,popen,proc_open,proc_close,proc_get_status,proc_nice,proc_terminate,shell_exec,source,show_source,system,virtual MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/insserv/ |
Upload File : |
Dependency based boot sequencing is the default in Debian. The insserv program is used by sysv-rc to order init.d scripts based on dependencies declared in the LSB information within the scripts themselves. To monitor the boot sequence, the bootchart2 project is a good choice and Debian packages are available. Background info on alternative boot systems in Debian is available from: <URL:http://alioth.debian.org/docman/view.php/30730/38/debconf2-initscripts-bkg.pdf> and more recently: <URL:https://lists.debian.org/debian-devel/2012/03/msg00452.html> Information on the LSB initscript comment convention is available from <URL:http://refspecs.freestandards.org/LSB_3.0.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html>, <URL:http://wiki.debian.org/LSBInitScripts> and <URL:http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot>. Information on an alternative approach to parallelism during boot is available from <URL:http://www-128.ibm.com/developerworks/linux/library/l-boot.html>. A tool to detect cycles is available from Adam Jensen using the git repository <URL:http://linuxguy.org/git/initcycle.git>.