Modify user / group id for HCI logging
[platform/core/connectivity/bluetooth-tools.git] / packaging / bluetooth-hci-logger.service
index 5ca528d..f677940 100644 (file)
@@ -3,8 +3,9 @@ Description=Service to run BT HCI logger normally
 
 [Service]
 Type=oneshot
-User=root
-Group=root
+User=network_fw
+Group=network_fw
+SmackProcessLabel=System
 ExecStart=/usr/etc/bluetooth/bt-run-hci-logger.sh normal start btmon
 ExecStop=/usr/etc/bluetooth/bt-run-hci-logger.sh normal stop
 RemainAfterExit=yes