aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/e17/e-wm/enlightenment_start.oe
blob: ff8617275207feca7dd8c9596465413c6d2918de (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

E_PROFILE=""
if [ -r /etc/enlightenment/default_profile ]; then
  . /etc/enlightenment/default_profile
fi

renice -2 -p $$
exec enlightenment_start $E_PROFILE