diff options
-rw-r--r-- | board/bluetooth.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/bluetooth.sh b/board/bluetooth.sh index 4cc2093..405d061 100644 --- a/board/bluetooth.sh +++ b/board/bluetooth.sh @@ -31,11 +31,11 @@ ExecStartPre=bt-adapter --set Discoverable 1 ExecStart=/bin/sh -c '/usr/bin/yes | /usr/bin/bt-agent --capability=DisplayOnly' # Restart the service each 10s WatchdogSec=10 -RestartSec=5 +RestartSec=30 Restart=always [Install] -WantedBy=bluetooth.target +WantedBy=multi-user.target __EOF__ ## The same for the bluetooth, as bluetoothd keep a track for each paired device |