From: INSUN PYO Date: Wed, 26 Jun 2019 00:08:43 +0000 (+0900) Subject: Change the config value of the "RemainAfterExit=" ("true" -> "yes") X-Git-Tag: submit/tizen/20200217.215713~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a746de6546483deb49a60f18ec3f8dd22c766bf8;p=platform%2Fadaptation%2Femulator%2Fsystem-plugin-emulator.git Change the config value of the "RemainAfterExit=" ("true" -> "yes") Change-Id: I82813e270f3ea0e75a22aab4213b89355b9a60d8 --- diff --git a/filesystem/usr/lib/systemd/system/wait-mount@opt-usr.service b/filesystem/usr/lib/systemd/system/wait-mount@opt-usr.service index b4633e0..ed14327 100644 --- a/filesystem/usr/lib/systemd/system/wait-mount@opt-usr.service +++ b/filesystem/usr/lib/systemd/system/wait-mount@opt-usr.service @@ -5,7 +5,7 @@ RequiresMountsFor=/opt [Service] Type=oneshot -RemainAfterExit=true +RemainAfterExit=yes User=system_fw Group=system_fw SmackProcessLabel=System diff --git a/filesystem/usr/lib/systemd/user/wait-mount@opt-usr.service b/filesystem/usr/lib/systemd/user/wait-mount@opt-usr.service index 4ffdf50..6b87ce0 100644 --- a/filesystem/usr/lib/systemd/user/wait-mount@opt-usr.service +++ b/filesystem/usr/lib/systemd/user/wait-mount@opt-usr.service @@ -5,5 +5,5 @@ Before=basic.target [Service] Type=oneshot -RemainAfterExit=true +RemainAfterExit=yes ExecStart=/usr/bin/true