# Systemd (auto-run cada 30 min) ```bash sudo cp systemd/health-system.service /etc/systemd/system/ sudo cp systemd/health-system.timer /etc/systemd/system/ sudo systemctl daemon-reload sudo systemctl enable --now health-system.timer # Ver estado systemctl status health-system.timer ```