awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • arendst/tasmotaarendst 的头像

    arendst/Tasmota

    24,502在 GitHub 上查看↗

    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
    在 GitHub 上查看↗24,502
  • tiann/kernelsutiann 的头像

    tiann/KernelSU

    15,041在 GitHub 上查看↗

    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
    在 GitHub 上查看↗15,041
  • just-containers/s6-overlayjust-containers 的头像

    just-containers/s6-overlay

    4,516在 GitHub 上查看↗

    s6-overlay 是一个容器初始化系统和进程编排器。它提供了一个专门的脚本环境和一个进程监督器,用于协调启动序列、管理后台守护进程以及处理容器内的只读文件系统。 该项目通过使用 execline shell 环境来避免传统 Shell 解释器的开销,从而脱颖而出。它包含一个专用管理器,可将写操作重定向到临时内存挂载点,适用于具有只读根文件系统的容器。 该系统涵盖了服务生命周期编排,包括基于依赖的启动和优雅的关闭管理。它通过在进程执行前切换用户和组身份来实现权限隔离,并通过自动轮转标准输出和错误流来提供日志管理。

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

    Shellcontainersdocker
    在 GitHub 上查看↗4,516
  1. Home
  2. Software Engineering & Architecture
  3. Task Execution Engines
  4. Boot-Time Task Execution