Remove unnecessary settings on bluetooth-OOO.service 99/208499/1
authorINSUN PYO <insun.pyo@samsung.com>
Tue, 25 Jun 2019 07:53:44 +0000 (16:53 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Tue, 25 Jun 2019 07:53:44 +0000 (16:53 +0900)
Change-Id: I8f90bebd4a80bb48c143e00c4766c65fc70ae394

packaging/bluetooth-hci-logger-stop.service
packaging/bluetooth-hci-logger.service
packaging/bluetooth-rfkill-block.service
packaging/bluetooth-rfkill-unblock.service

index 9964091e8dbcd2b2cda5b75f515ed7d2cf7f27bc..a88aaccbdc0ddac06953a4ad460407533d8682c3 100644 (file)
@@ -8,7 +8,6 @@ Type=oneshot
 SmackProcessLabel=System
 ExecStartPre=/usr/bin/rm -f /run/.hci_logger_stop
 ExecStart=/usr/etc/bluetooth/bt-run-hci-logger.sh normal stop
-RemainAfterExit=no
 StandardOutput=journal+console
 SuccessExitStatus=1
 StartLimitInterval=1
index ceb131357ed111c25e633cee52435625d116796d..8f0483de2d5a5472266ebe9d52aef6b3cd60d98a 100644 (file)
@@ -8,7 +8,6 @@ Type=oneshot
 SmackProcessLabel=System
 ExecStartPre=/usr/bin/rm -f /run/.hci_logger_start
 ExecStart=/usr/etc/bluetooth/bt-run-hci-logger.sh normal start btmon
-RemainAfterExit=no
 StandardOutput=journal+console
 SuccessExitStatus=1
 StartLimitInterval=1
index 02ef0ca574052f3685cd4bee30e1e57c58df1ad5..78735e3d175ce70b3c1dad0581be0ee1453107d7 100644 (file)
@@ -6,7 +6,6 @@ Type=oneshot
 SmackProcessLabel=System
 ExecStartPre=/usr/bin/rm -f /run/.rfkill_block
 ExecStart=/usr/sbin/rfkill block bluetooth
-RemainAfterExit=no
 StandardOutput=journal+console
 SuccessExitStatus=1
 StartLimitInterval=1
index b9e9fdb310091ad92f9f89fae5ab756ea2ed322f..df1a121f3957d9b6bb7a3f85eb3a5b09f7f8ad79 100644 (file)
@@ -6,7 +6,6 @@ Type=oneshot
 SmackProcessLabel=System
 ExecStartPre=/usr/bin/rm -f /run/.rfkill_unblock
 ExecStart=/usr/sbin/rfkill unblock bluetooth
-RemainAfterExit=no
 StandardOutput=journal+console
 SuccessExitStatus=1
 StartLimitInterval=1