commit b5903849e93929cadb51b6498fd3efa07f6f417b
Author: Erik Tews <erik@datenzone.de>
Date:   Wed Mar 3 16:00:40 2021 +0100

    [Core] Don't restart bluetooth service by default.
    
    Depending on how the system is configured, a restart of the bluetooth
    service might result in a loss of network connectivity as well. Also,
    it will disconnect bluetooth speakers/headphones, which is annoying
    for the user.
    
    With this commit, bluetooth is not restarted by default.

diff --git a/ex/needrestart.conf b/ex/needrestart.conf
index a2acb99..4b2f6cb 100644
--- a/ex/needrestart.conf
+++ b/ex/needrestart.conf
@@ -95,6 +95,7 @@ $nrconf{override_rc} = {
     qr(^frr) => 0,
     qr(^tinc) => 0,
     qr(^(open|free|libre|strong)swan) => 0,
+    qr(^bluetooth) => 0,
 
     # gettys
     qr(^getty@.+\.service) => 0,
