10 lines
169 B
Desktop File
10 lines
169 B
Desktop File
[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 |