blob: ad942b526dc0a444cca533c7aea80979d635c15f (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=Streamdeck-UI: A Linux compatible UI for the Elgato Stream Deck.
[Service]
Type=simple
ExecStart=python /usr/bin/streamdeck -n
Restart=on-failure
[Install]
WantedBy=default.target
|