diff mbox series

[meta-swupdate] Add documentation links to example swupdate.service

Message ID 20170925123347.4796-1-christian.storm@siemens.com
State Accepted
Headers show
Series [meta-swupdate] Add documentation links to example swupdate.service | expand

Commit Message

Storm, Christian Sept. 25, 2017, 12:33 p.m. UTC
Signed-off-by: Christian Storm <christian.storm@siemens.com>
---
 recipes-support/swupdate/swupdate/swupdate.service | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Stefano Babic Sept. 25, 2017, 1:01 p.m. UTC | #1
On 25/09/2017 14:33, Christian Storm wrote:
> Signed-off-by: Christian Storm <christian.storm@siemens.com>
> ---
>  recipes-support/swupdate/swupdate/swupdate.service | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/recipes-support/swupdate/swupdate/swupdate.service b/recipes-support/swupdate/swupdate/swupdate.service
> index 891392d..00939ea 100644
> --- a/recipes-support/swupdate/swupdate/swupdate.service
> +++ b/recipes-support/swupdate/swupdate/swupdate.service
> @@ -1,5 +1,7 @@
>  [Unit]
> -Description=swupdate
> +Description=SWUpdate daemon
> +Documentation=https://github.com/sbabic/swupdate
> +Documentation=https://sbabic.github.io/swupdate
>  
>  [Service]
>  ExecStartPre=-/usr/bin/swupdate-env
> 
Reviewed-by: Stefano Babic <sbabic@denx.de>

Best regards,
Stefano
diff mbox series

Patch

diff --git a/recipes-support/swupdate/swupdate/swupdate.service b/recipes-support/swupdate/swupdate/swupdate.service
index 891392d..00939ea 100644
--- a/recipes-support/swupdate/swupdate/swupdate.service
+++ b/recipes-support/swupdate/swupdate/swupdate.service
@@ -1,5 +1,7 @@ 
 [Unit]
-Description=swupdate
+Description=SWUpdate daemon
+Documentation=https://github.com/sbabic/swupdate
+Documentation=https://sbabic.github.io/swupdate
 
 [Service]
 ExecStartPre=-/usr/bin/swupdate-env