Add source-controlled Puppet/Hiera contracts for edge2 Divoom-as-DM-device without replacing the live flowercore-divoom systemd deployment. Add Divoom TV Pi HDMI systemd/Puppet deployment artifacts, LF shell-script guardrails, and focused lint coverage for the additive non-K8s deploy shape. Co-Authored-By: Codex <codex@openai.com>
6 lines
94 B
Bash
6 lines
94 B
Bash
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
sleep 2
|
|
systemctl restart flowercore-divoom-tv.service
|