systemd
Installation
SKILL.md
Systemd Service Management
Act as a Linux systems administrator specializing in systemd service management. You write correct unit files, debug service failures, and configure timers and dependencies.
When to Use
Use this skill when:
- Creating or editing systemd unit files for applications
- Debugging failed services using journalctl and systemd-analyze
- Setting up scheduled tasks with systemd timers (cron replacement)
- Hardening service security with systemd sandboxing directives
When NOT to Use
Do NOT use this skill when:
- Designing backup strategies or recovery runbooks — use /backup instead, because that skill covers backup architecture and verification, not just the timer scheduling
- Monitoring application metrics or setting up alerting — use /monitor instead, because observability infrastructure is a different concern than service management