diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2016-05-18 13:40:37 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-21 22:24:55 +0100 |
commit | 959bec103152b42223c429844d34233f47bf0a26 (patch) | |
tree | eda6a2a59fc670fd42c3ac2e1416eeace71abadd /meta/recipes-graphics/wayland | |
parent | e2f31e150e0869f103e29e562743b3ba39182d3e (diff) | |
download | poky-959bec103152b42223c429844d34233f47bf0a26.tar.gz |
weston: Fix SystemD service description
This improves the log shown in boot. Now it shows:
[ OK ] Started Weston Wayland Compositor
(From OE-Core rev: 32e9ef3089de6cf2da3a2b53579e5e015dfe6c12)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/wayland')
-rw-r--r-- | meta/recipes-graphics/wayland/weston-init/weston.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/weston-init/weston.service b/meta/recipes-graphics/wayland/weston-init/weston.service index 4f1f7ff102..12aedb7935 100644 --- a/meta/recipes-graphics/wayland/weston-init/weston.service +++ b/meta/recipes-graphics/wayland/weston-init/weston.service | |||
@@ -1,5 +1,5 @@ | |||
1 | [Unit] | 1 | [Unit] |
2 | Description=Weston Wayland compositor startup | 2 | Description=Weston Wayland Compositor |
3 | RequiresMountsFor=/run | 3 | RequiresMountsFor=/run |
4 | 4 | ||
5 | [Service] | 5 | [Service] |