Change user and group of wait-mount@.service to system_fw 90/186190/1 submit/tizen/20180808.044741
authorINSUN PYO <insun.pyo@samsung.com>
Wed, 8 Aug 2018 03:42:23 +0000 (12:42 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Wed, 8 Aug 2018 03:43:51 +0000 (12:43 +0900)
Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
Change-Id: Id29ce9a51171cab6e2ec5abf349dccbb746edea6

units/wait-mount@.service

index 173b177..e208b2f 100644 (file)
@@ -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'