From aa9bc12fdbdb6bb406ff1c6d365340d0ec817432 Mon Sep 17 00:00:00 2001 From: Roy Li Date: Wed, 21 Jan 2015 13:49:49 +0800 Subject: apache2: fix a typos fix a typos to remove a warning: systemd[1]: [/lib/systemd/system/apache2.service:2] Unknown lvalue 'Decription' in section 'Unit' Signed-off-by: Roy Li Signed-off-by: Martin Jansa --- meta-webserver/recipes-httpd/apache2/files/apache2.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-webserver/recipes-httpd/apache2') diff --git a/meta-webserver/recipes-httpd/apache2/files/apache2.service b/meta-webserver/recipes-httpd/apache2/files/apache2.service index f4bcf9efaf..9b5548c761 100644 --- a/meta-webserver/recipes-httpd/apache2/files/apache2.service +++ b/meta-webserver/recipes-httpd/apache2/files/apache2.service @@ -1,5 +1,5 @@ [Unit] -Decription=The Apache HTTP Server +Description=The Apache HTTP Server After=network.target remote-fs.target nss-lookup.target [Service] -- cgit 1.2.3-korg