aboutsummaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd/apache2
diff options
context:
space:
mode:
authorRoy Li <rongqing.li@windriver.com>2015-01-21 13:49:49 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-01-28 09:51:43 +0100
commitaa9bc12fdbdb6bb406ff1c6d365340d0ec817432 (patch)
treedd9cba4eb44b038f0e7a151176545e5fb37a7a4c /meta-webserver/recipes-httpd/apache2
parentc79de61fed4cda88f1977b53418623a61b0ec14e (diff)
downloadmeta-openembedded-contrib-aa9bc12fdbdb6bb406ff1c6d365340d0ec817432.tar.gz
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 <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-webserver/recipes-httpd/apache2')
-rw-r--r--meta-webserver/recipes-httpd/apache2/files/apache2.service2
1 files changed, 1 insertions, 1 deletions
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]