Fix forking failure of /etc/rc.d/init.d/xresources and xresources.service using systemd 56/9056/1
authorSung-Jin Park <sj76.park@samsung.com>
Tue, 21 May 2013 05:37:08 +0000 (01:37 -0400)
committerBoram Park <boram1288.park@samsung.com>
Mon, 2 Sep 2013 08:05:04 +0000 (17:05 +0900)
Change-Id: Idf3996c53e582ee1524dd785e02e023c8db6789d

arm-common/xresources
packaging/xresources.service

index d3a9d36..0693afe 100755 (executable)
@@ -11,6 +11,7 @@ case "$1" in
       else
         /usr/bin/xrdb -load -nocpp /etc/X11/Xresources
       fi
+         mkdir -p /tmp/hibernation
          touch /tmp/hibernation/xresources_ready
     fi
   ;;
index 38464b3..2ea466c 100644 (file)
@@ -5,6 +5,7 @@ Requires=rc-sdlevelinit.service
 
 [Service]
 Type=forking
+EnvironmentFile=/run/tizen-mobile-env
 ExecStart=/etc/rc.d/init.d/xresources start
 ExecStop=/etc/rc.d/init.d/xresources stop