From: Rusty Lynch Date: Wed, 11 Jul 2012 22:23:04 +0000 (-0700) Subject: Add PATH to weston.service X-Git-Tag: accepted/2.0alpha-wayland/20130215.220742~39 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5cd49f67c80c75738a8df89276b52bc458afb897;p=profile%2Fivi%2Fweston.git Add PATH to weston.service --- diff --git a/packaging/weston.changes b/packaging/weston.changes index acb2cc4..c7dad22 100644 --- a/packaging/weston.changes +++ b/packaging/weston.changes @@ -1,3 +1,7 @@ +* Wed Jul 11 2012 Rusty Lynch build/2012-07-11.104957@74b3316 +- TIZEN: Add explicit PATH declarations to weston.service since systemd does not + populate this basic env + * Mon Jul 09 2012 Rob Bradford build/2012-07-09.104957@74b3316 - TIZEN: Use SHM backend for Ecore & Elementary diff --git a/packaging/weston.service b/packaging/weston.service index 4735e32..53774dd 100644 --- a/packaging/weston.service +++ b/packaging/weston.service @@ -11,6 +11,7 @@ Environment=XDG_RUNTIME_DIR=/tmp Environment=QT_QPA_PLATFORM=wayland Environment=ELM_ENGINE=wayland_shm Environment=ECORE_EVAS_ENGINE=wayland_shm +Environment=PATH=/usr/bin:/bin:/usr/sbin:/sbin ExecStart=/usr/bin/weston --log=/var/log/weston.log Restart=always RestartSec=10