From 6396c429192114feb1f6425d0c997b6e9dbb2d5b Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Mon, 9 Jul 2012 11:45:41 +0100 Subject: [PATCH] TIZEN: Add logging to the weston.service file to facilitate debugging --- packaging/weston.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/weston.service b/packaging/weston.service index 4eff178..21f374c 100644 --- a/packaging/weston.service +++ b/packaging/weston.service @@ -11,7 +11,7 @@ Environment=XDG_RUNTIME_DIR=/tmp Environment=QT_QPA_PLATFORM=wayland Environment=ELM_ENGINE=wayland_egl Environment=CLUTTER_BACKEND=wayland -ExecStart=/usr/bin/weston +ExecStart=/usr/bin/weston --log=/var/log/weston.log Restart=always RestartSec=10 -- 2.7.4