Skip to content

Instantly share code, notes, and snippets.

@velitasali
velitasali / bt-agent.service
Last active June 23, 2024 07:41
Bluetooth NAP Network on RPi4 - package: bluez-utils
# /etc/systemd/system/bt-agent.service
[Unit]
Description=Bluetooth Auth Agent
[Service]
ExecStart=/usr/bin/bt-agent -c NoInputNoOutput
Type=simple
[Install]