| 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: |
| | 10 | The runit-run program is the one that actually replaces /sbin/init with /sbin/runit-init: |
| | 11 | {{{ |
| | 12 | proton:~ 0# ls -al /sbin/init* |
| | 13 | lrwxrwxrwx 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 |
| | 15 | proton:~ 0# |
| | 16 | }}} |
| | 17 | runit-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: |