Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View G1yn's full-sized avatar

Glyn Davies G1yn

  • Leeds, UK
View GitHub Profile
@rcarmo
rcarmo / bt-agent.service
Last active December 12, 2023 13:14
Set up PAN networking on Raspbian Stretch (use sudo to create these files and run all commands)
# in /etc/systemd/system
[Unit]
Description=Bluetooth Agent
[Service]
ExecStart=/usr/bin/bt-agent -c NoInputNoOutput
Type=simple
[Install]
WantedBy=multi-user.target