added ir server, squeeze server, ...

This commit is contained in:
Martin Bauer
2020-05-16 18:35:44 +02:00
parent 93034dd0ec
commit 23a2c1fb50
20 changed files with 227 additions and 47 deletions

View File

@@ -0,0 +1,10 @@
[Unit]
Description=IR server for IR remotes
After=multi-user.target
[Service]
Type=simple
ExecStart=/usr/bin/irserver /dev/ttyUSB0
[Install]
WantedBy=multi-user.target