bjorn3 89ee1b4d66 Allow specifying multiple search dirs for run.d
The entries in the search dirs will be merged with the entry in the last
search dir taking priority in case multiple entries have the same name.
This allows putting system init configs in /usr/lib/init.d while the
user can overwrite it by placing a file with the same name in
/etc/init.d
2024-01-08 13:54:16 +01:00
2017-07-26 07:54:19 -06:00
2023-11-04 20:02:42 +01:00
2023-11-04 20:02:42 +01:00
2017-10-20 20:08:02 -06:00
2019-01-17 00:03:23 +00:00

RedoxOS init

This repository contains the init system for RedoxOS.

Init is currently being rewritten to support a couple of behaviors that are helpful for running a configurable and robust system. These include:

  • Dependency relationships between services
  • Parallel service startup and shutdown
  • Configuration files for each service, including:
    • Dependencies
    • Methods
    • TODO: Users/Groups for services
    • TODO: Scheme namespaces for services
  • Service management
    • Enable and disable services
    • Restart failed services
S
Description
RedBear Operating System, based on RedoxOS. Licenced under MIT license.
https://redbearos.org
Readme MIT 18 GiB
Languages
C 37.5%
C++ 37.2%
JavaScript 6.7%
QML 3.4%
HTML 3.2%
Other 11.4%