From b3fc42158e25df736ef5f293dd6b6b40c8d49ddc Mon Sep 17 00:00:00 2001 From: Sangjung Woo Date: Thu, 3 Sep 2015 11:24:43 +0900 Subject: [PATCH] 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 --- packaging/boot-animation.service | 1 + 1 file changed, 1 insertion(+) 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 -- 2.7.4