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