linux_wiki:init_systems

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
linux_wiki:init_systems [2015/03/10 23:41]
billdozor [All Inits Run Levels]
linux_wiki:init_systems [2015/08/13 21:57]
billdozor [rc#.d directories]
Line 62: Line 62:
  
 ==== Master Copy of Startup Scripts ==== ==== Master Copy of Startup Scripts ====
-/etc/init.d/+/etc/rc.d/init.d/
  
 ==== rc#.d directories ==== ==== rc#.d directories ====
-The rc#.d directories contain symbolic links to the scripts in /etc/init.d.+The rc#.d directories contain symbolic links to the scripts in /etc/rc.d/init.d.
  
 # = the run level, ie rc0.d, rc1.d, rc2.d, rc3.d, rc4.d, rc5.d, rc6.d # = the run level, ie rc0.d, rc1.d, rc2.d, rc3.d, rc4.d, rc5.d, rc6.d
Line 108: Line 108:
 ==== Location of Unit Scripts ==== ==== Location of Unit Scripts ====
  
-All of systemd unit scripts are located here (and sub folders): +  * All of systemd unit scripts are located here (and sub folders): /usr/lib/systemd/ 
-<code bash> +  Systemd uses this directory of symlinks to run those scripts: /etc/systemd/system/ 
-/usr/lib/systemd/ +  Other systemd configuration: /etc/systemd/ 
-</code> +  * Unit control: systemctl
- +
-Systemd uses this directory of symlinks to run those scripts: +
-<code bash> +
-/etc/systemd/system/ +
-</code> +
- +
-Other systemd configuration: +
-<code bash> +
-/etc/systemd/ +
-</code>+
  
 ==== Laptop: Disable Suspend ==== ==== Laptop: Disable Suspend ====
  • linux_wiki/init_systems.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)