79758350

Date: 2025-09-07 20:36:20
Score: 0.5
Natty:
Report link
[Unit]
After=bluetooth.service
Description=Bluetooth service

[Service]
ExecStart=<your-process>
Group=root
StandardInput=tty
TTYPath=/dev/tty2
TTYReset=yes
TTYVHangup=yes
Type=simple
User=root


Many thanks, this is the only workaround which actually works for me. Just needed to execute simple command sudo btmgmt SSP off but it was pain in the ass with systemd+btmgmt.
Reasons:
  • Blacklisted phrase (0.5): thanks
  • Whitelisted phrase (-1): works for me
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: uniTree