diff options
author | Roy Li <rongqing.li@windriver.com> | 2015-01-21 13:49:49 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-01-28 09:51:43 +0100 |
commit | aa9bc12fdbdb6bb406ff1c6d365340d0ec817432 (patch) | |
tree | dd9cba4eb44b038f0e7a151176545e5fb37a7a4c | |
parent | c79de61fed4cda88f1977b53418623a61b0ec14e (diff) | |
download | meta-openembedded-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>
-rw-r--r-- | meta-webserver/recipes-httpd/apache2/files/apache2.service | 2 |
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 f4bcf9efa..9b5548c76 100644 --- a/meta-webserver/recipes-httpd/apache2/files/apache2.service +++ b/meta-webserver/recipes-httpd/apache2/files/apache2.service | |||
@@ -1,5 +1,5 @@ | |||
1 | [Unit] | 1 | [Unit] |
2 | Decription=The Apache HTTP Server | 2 | Description=The Apache HTTP Server |
3 | After=network.target remote-fs.target nss-lookup.target | 3 | After=network.target remote-fs.target nss-lookup.target |
4 | 4 | ||
5 | [Service] | 5 | [Service] |