14 lines
276 B
Desktop File
14 lines
276 B
Desktop File
[Unit]
|
|
Description=AIC8800 Bluetooth
|
|
After=bluetooth.service bluetooth.target
|
|
Requires=bluetooth.service bluetooth.target
|
|
|
|
[Service]
|
|
Type=idle
|
|
ExecStartPre=/usr/sbin/rfkill unblock all
|
|
ExecStart=/usr/bin/aic-bluetooth
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|