feat: publish linux led manager panel

This commit is contained in:
2026-05-15 14:48:09 +08:00
commit f8d3170028
5 changed files with 560 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[Unit]
Description=Linux LED Manager Web Panel
After=network.target
[Service]
Type=simple
User=root
WorkingDirectory=/opt/led-manager
ExecStart=/usr/bin/python3 /opt/led-manager/led_panel.py --host 0.0.0.0 --port 8088
Restart=on-failure
RestartSec=3
[Install]
WantedBy=multi-user.target