Change the config value of the "RemainAfterExit=" ("true" -> "yes") 34/208534/1
authorINSUN PYO <insun.pyo@samsung.com>
Wed, 26 Jun 2019 00:08:43 +0000 (09:08 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Wed, 26 Jun 2019 00:08:43 +0000 (09:08 +0900)
Change-Id: I82813e270f3ea0e75a22aab4213b89355b9a60d8

filesystem/usr/lib/systemd/system/wait-mount@opt-usr.service
filesystem/usr/lib/systemd/user/wait-mount@opt-usr.service

index b4633e068dc7fc4a277618acc06af92561d22d39..ed14327649b031a9c536fa308e3d0920877bd649 100644 (file)
@@ -5,7 +5,7 @@ RequiresMountsFor=/opt
 
 [Service]
 Type=oneshot
-RemainAfterExit=true
+RemainAfterExit=yes
 User=system_fw
 Group=system_fw
 SmackProcessLabel=System
index 4ffdf5017bacf97e2a2a4e6a7d61be4c3aef5e55..6b87ce0ce952e9c91275b9c6738fdd79a93e74c1 100644 (file)
@@ -5,5 +5,5 @@ Before=basic.target
 
 [Service]
 Type=oneshot
-RemainAfterExit=true
+RemainAfterExit=yes
 ExecStart=/usr/bin/true