Initial Push

This commit is contained in:
2026-03-15 10:10:13 -06:00
commit 663d452ca3
14 changed files with 1413 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
[Unit]
Description=Stream Deck controller
Documentation=https://github.com/WoodardDigital/streamdeck-go
After=graphical-session.target
PartOf=graphical-session.target
[Service]
Type=simple
ExecStart=%h/.local/bin/streamdeck-go
Restart=on-failure
RestartSec=3
# Config is auto-discovered at ~/.config/streamdeck-go/config.yaml
# Override with: ExecStart=%h/.local/bin/streamdeck-go -config /path/to/config.yaml
[Install]
WantedBy=graphical-session.target