Install mqttdpms
All checks were successful
dustin/basementhud/pipeline/head This commit looks good

The `mqttdpms` tool will allow the screens to be turned off and on using
Home Assistant.  We'll install it into the rootfs image by copying the
artifact from its Jenkins build into the overlay tree before building
the image.
This commit is contained in:
2022-05-22 14:12:32 -05:00
parent 51a2324a1c
commit 5083b91871
4 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
[Unit]
Description=MQTT DPMS Control
[Service]
ExecStart=/usr/local/bin/mqttdpms
Environment=RUST_LOG=info
Restart=always
StandardInput=null
StandardOutput=journal