Changes between Version 2 and Version 3 of runit/replaceinit


Ignore:
Timestamp:
Dec 21, 2007 7:40:35 PM (5 years ago)
Author:
jrollins
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • runit/replaceinit

    v2 v3  
    88}}} 
    99 
    10 The runit-run program is the one that actually replaces /sbin/init with /sbin/runit-init.  The configuration directory for runit-init is /etc/runit: 
     10The runit-run program is the one that actually replaces /sbin/init with /sbin/runit-init: 
     11{{{ 
     12proton:~ 0# ls -al /sbin/init* 
     13lrwxrwxrwx 1 root root    10 2007-12-21 18:40 /sbin/init -> runit-init 
     14-rwxr-xr-x 1 root root 32652 2007-01-30 17:27 /sbin/init.sysv 
     15proton:~ 0#  
     16}}} 
     17runit-init is what will now start on boot and handle starting services.  It also emulates many of the commands that could be passed to init.  The configuration directory for runit-init is /etc/runit: 
    1118{{{ 
    1219proton:~ 0# ls -al /etc/runit/