awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesBoot-Time Task Execution

Systems for triggering tasks specifically during device wake-up or sleep transitions.

Distinct from Task Execution Engines: Distinct from general worker-pool execution: focuses on boot/sleep lifecycle events.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Boot-Time Task Execution. Refine with filters or upvote what's useful.

Awesome Boot-Time Task Execution GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • arendst/tasmotaAvatar von arendst

    arendst/Tasmota

    24,502Auf GitHub ansehen↗

    Tasmota is a universal firmware platform for ESP8266 and ESP32 microcontrollers, designed to provide local control and management of smart home hardware. It functions as an event-driven automation controller that replaces proprietary factory firmware, allowing users to manage relays, sensors, and lighting systems without relying on external cloud services. The system is built on a modular driver architecture that enables dynamic hardware configuration and peripheral support through a web-based management interface. The platform distinguishes itself through a template-driven hardware mapping s

    Triggers custom commands immediately upon device wake-up or before entering deep sleep.

    Carduinoautomationesp32
    Auf GitHub ansehen↗24,502
  • tiann/kernelsuAvatar von tiann

    tiann/KernelSU

    15,041Auf GitHub ansehen↗

    KernelSU is a kernel-based root management framework for Android that provides administrative access to applications by operating directly within the operating system kernel. By integrating management logic into the kernel source, it enables system-wide permission control through syscall interception and function patching. This approach allows for the enforcement of fine-grained mandatory access control, assigning custom security domains to root processes to restrict their capabilities and prevent unauthorized actions. The project distinguishes itself through a systemless modification archite

    Allows users to run custom scripts during startup to initialize background services or block the boot sequence.

    Kotlinandroidkernelkernelsu
    Auf GitHub ansehen↗15,041
  • just-containers/s6-overlayAvatar von just-containers

    just-containers/s6-overlay

    4,516Auf GitHub ansehen↗

    s6-overlay ist ein Container-Init-System und Prozess-Orchestrator. Es bietet eine spezialisierte Skriptumgebung und einen Prozess-Supervisor zur Koordination von Boot-Sequenzen, zur Verwaltung von Hintergrund-Daemons und zur Handhabung von schreibgeschützten Dateisystemen innerhalb von Containern. Das Projekt zeichnet sich durch die Verwendung einer execline-Shell-Umgebung aus, um den Overhead traditioneller Shell-Interpreter zu vermeiden. Es enthält einen dedizierten Manager, um Schreibvorgänge auf temporäre Speicher-Mounts für Container mit schreibgeschütztem Root-Dateisystem umzuleiten. Das System deckt die Orchestrierung des Service-Lebenszyklus ab, einschließlich abhängigkeitsbasiertem Start und kontrolliertem Herunterfahren. Es implementiert Privilegientrennung durch Wechsel der Benutzer- und Gruppenidentitäten vor der Prozessausführung und bietet Log-Management durch automatische Rotation von Standard-Ausgabe- und Fehler-Streams.

    Triggers a sequence of one-shot initialization scripts during the boot process to prepare the environment.

    Shellcontainersdocker
    Auf GitHub ansehen↗4,516
  1. Home
  2. Software Engineering & Architecture
  3. Task Execution Engines
  4. Boot-Time Task Execution