diff options
author | INSUN PYO <insun.pyo@samsung.com> | 2018-08-08 12:42:23 +0900 |
---|---|---|
committer | INSUN PYO <insun.pyo@samsung.com> | 2018-08-08 12:43:51 +0900 |
commit | ad53fe746d854ef25c3aca99c13300ec7358c2e4 (patch) | |
tree | 264ab59478a14282af829399fa39cd0490831c57 | |
parent | 423dd81ab03151320b3802c978a09d79c061e386 (diff) | |
download | system-plugin-ad53fe746d854ef25c3aca99c13300ec7358c2e4.tar.gz system-plugin-ad53fe746d854ef25c3aca99c13300ec7358c2e4.tar.bz2 system-plugin-ad53fe746d854ef25c3aca99c13300ec7358c2e4.zip |
Change user and group of wait-mount@.service to system_fwsubmit/tizen/20180808.044741
Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
Change-Id: Id29ce9a51171cab6e2ec5abf349dccbb746edea6
-rw-r--r-- | units/wait-mount@.service | 2 |
1 files changed, 2 insertions, 0 deletions
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' |