Message ID | 20170925123347.4796-1-christian.storm@siemens.com |
---|---|
State | Accepted |
Headers | show |
Series | [meta-swupdate] Add documentation links to example swupdate.service | expand |
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 --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
Signed-off-by: Christian Storm <christian.storm@siemens.com> --- recipes-support/swupdate/swupdate/swupdate.service | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)