Remove the package depedency for rfkill
[platform/core/connectivity/bluetooth-tools.git] / packaging / bluetooth-edutm-off.service
1 [Unit]
2 Description=Bluetooth EDUTM off
3
4 [Service]
5 User=network_fw
6 Group=network_fw
7 Type=oneshot
8 SmackProcessLabel=System
9
10 SecureBits=keep-caps
11 Capabilities=cap_net_admin,cap_net_raw=i
12
13 ExecStart=/usr/etc/bluetooth/bt-edutm-off.sh
14 ExecStartPost=/usr/bin/systemctl stop bluetooth-edutm-on
15 StandardOutput=journal+console