From: Roy Li <[email protected]> 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 <[email protected]> --- meta-webserver/recipes-httpd/apache2/files/apache2.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-webserver/recipes-httpd/apache2/files/apache2.service b/meta-webserver/recipes-httpd/apache2/files/apache2.service index f4bcf9e..9b5548c 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] -- 2.1.0 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
