What problem does it solve?
This Skill solves the problem of managing EOS services on a Linux VPS in a reliable, observable, and maintainable way using systemd instead of ad-hoc process handling and fragile cron patterns.
Core Features & Use Cases
- Service lifecycle mastery: start/stop/restart/reload, enable/disable at boot, masking, and recovering from start-limit crash loops.
- EOS service patterns: manage the four canonical EOS services (os-discord, os-bot, os-monitor, os-webhook) with consistent unit structure and journald logging.
- Timers, journald, and overrides: replace cron with dependency-aware timers (including Persistent=true), query logs safely with journalctl, and layer configuration using drop-in overrides for secrets and resource caps.
Quick Start
Ask the AI how to create or debug the unit file for os-discord, then follow its guidance to validate the unit and inspect failures using systemctl and journalctl.