From: Sangjung Woo Date: Thu, 3 Sep 2015 02:24:43 +0000 (+0900) Subject: systemd: Add new EnvironmentFile for XDG_RUNTIME_DIR variable X-Git-Tag: submit/tizen_mobile/20150903.113449^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b3fc42158e25df736ef5f293dd6b6b40c8d49ddc;p=apps%2Fnative%2Fboot-animation.git systemd: Add new EnvironmentFile for XDG_RUNTIME_DIR variable Since XDG_RUNTIME_DIR variable could be changed in multi user environment so it is removed from /run/tizen-system-env. However, boot-animation specially requires the XDG_RUNTIME_DIR variable of root user since it has its own UI. So /run/xdg-root-env which has the XDG_RUNTIME_DIR variable of root user is newly added in its service file. Change-Id: I721bd47ba5237501505552091ee7e6094c8f9d4f Signed-off-by: Sangjung Woo --- diff --git a/packaging/boot-animation.service b/packaging/boot-animation.service index a257169..70bdc30 100644 --- a/packaging/boot-animation.service +++ b/packaging/boot-animation.service @@ -7,6 +7,7 @@ ConditionKernelCommandLine=|!bootmode=silent [Service] EnvironmentFile=/run/tizen-system-env +EnvironmentFile=/run/xdg-root-env Type=oneshot Nice=-20