bjorn3 050febc94f Don't set the DISPLAY env var
This is the only case where init sets an env var without the user
instructing it to do so, making it hard to trace back where the env var
originated from. It also only sets it for processes spawned after the
first run.d command for whatever reason. And finally not setting DISPLAY
avoids hard coding knowledge about unrelated system components.
2024-07-20 16:45:41 +02:00
2024-07-20 16:45:41 +02: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%