From: INSUN PYO Date: Wed, 8 Aug 2018 03:42:23 +0000 (+0900) Subject: Change user and group of wait-mount@.service to system_fw X-Git-Tag: submit/tizen/20180808.044741^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F90%2F186190%2F1;p=platform%2Fadaptation%2Fsystem-plugin.git Change user and group of wait-mount@.service to system_fw Signed-off-by: INSUN PYO Change-Id: Id29ce9a51171cab6e2ec5abf349dccbb746edea6 --- diff --git a/units/wait-mount@.service b/units/wait-mount@.service index 173b177..e208b2f 100644 --- a/units/wait-mount@.service +++ b/units/wait-mount@.service @@ -5,5 +5,7 @@ DefaultDependencies=no [Service] Type=oneshot RemainAfterExit=yes +User=system_fw +Group=system_fw SmackProcessLabel=System ExecStart=/bin/sh -c 'while ! `mountpoint -q %f`; do sleep 1; done'