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