Fix the service file overwriting issue on the common profile
[platform/core/connectivity/bluetooth-tools.git] / packaging / bluetooth-rfkill-unblock.service
1 [Unit]
2 Description=Service to unblock the bluetooth rfkill normally
3
4 [Service]
5 Type=oneshot
6 SmackProcessLabel=System
7 ExecStartPre=/usr/bin/rm -f /run/.rfkill_unblock
8 ExecStart=/usr/sbin/rfkill unblock bluetooth
9 StandardOutput=journal+console
10 SuccessExitStatus=1
11 StartLimitInterval=1
12 StartLimitBurst=10