added ir server, squeeze server, ...
This commit is contained in:
10
roles/pi-irserver/files/irserver.service
Normal file
10
roles/pi-irserver/files/irserver.service
Normal 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
|
||||
Reference in New Issue
Block a user