mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
14 lines
258 B
Desktop File
14 lines
258 B
Desktop File
[Unit]
|
|
Description=Create Joycon Configs.
|
|
After=var-bluetoothconfig.mount
|
|
Before=bluetooth.service
|
|
|
|
[Service]
|
|
Environment=TERM=linux
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/pair-joycon.sh
|
|
StandardError=syslog
|
|
RemainAfterExit=no
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|