Remove display system specific environment 52/5752/3 accepted/tizen/20130716.235610 submit/tizen/20130716.222709
authorRusty Lynch <rusty.lynch@intel.com>
Mon, 15 Jul 2013 23:03:31 +0000 (16:03 -0700)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Tue, 16 Jul 2013 15:46:36 +0000 (08:46 -0700)
We need the prelaunch daemon to run in both X and wayland environments,
so directly exporting DISPLAY or ELM_ENGINE in the service file will
not work.  Instead the service file will use the EnvironmentFile mechanism
to load a snippet (if the file exists).

Each vertical can create a /etc/sysconfig/wrt file containing key/value
pairs that needed for the specific environment.  This could be done in the
post section of a ks file or any other mechanism.Z

Change-Id: I8e14233595c6e992b718ae9dfa14077a026c657c


No differences found