Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. dwc_otg.lpm_enable=0 root=PARTUUID=855bb810-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
  2.  
  3. [Unit]
  4. Description=Configure Bluetooth Modems connected by UART
  5. ConditionFileNotEmpty=/proc/device-tree/soc/gpio@7e200000/bt_pins/brcm,pins
  6. Requires=dev-serial1.device
  7. After=dev-serial1.device
  8.  
  9. [Service]
  10. Type=forking
  11. ExecStart=/usr/bin/btuart
  12.  
  13. [Install]
  14. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement