From: INSUN PYO Date: Wed, 8 Aug 2018 04:33:28 +0000 (+0900) Subject: Change user and group of wait-mount@.service to system_fw X-Git-Tag: submit/tizen/20180808.111710^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c3aa7513fd438577690608c83e81af0eddc377bd;p=platform%2Fadaptation%2Femulator%2Fsystem-plugin-emulator.git Change user and group of wait-mount@.service to system_fw Signed-off-by: INSUN PYO Change-Id: I1350a50b16ea17fc04cfcaedcf349d0bc493ab41 --- 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 8c28587..c667a80 100644 --- a/filesystem/usr/lib/systemd/system/wait-mount@opt-usr.service +++ b/filesystem/usr/lib/systemd/system/wait-mount@opt-usr.service @@ -5,5 +5,7 @@ DefaultDependencies=no [Service] Type=oneshot RemainAfterExit=true +User=system_fw +Group=system_fw SmackProcessLabel=System ExecStart=/usr/bin/true