diff mbox series

[meta-swupdate] In case the update process take long time swupdate-progress.service is timed-out: solve the problem by changing swupdate-progress.service type from forking to simple (default).

Message ID 1509558766-22582-1-git-send-email-ayoub.zaki@embexus.com
State Changes Requested
Headers show
Series [meta-swupdate] In case the update process take long time swupdate-progress.service is timed-out: solve the problem by changing swupdate-progress.service type from forking to simple (default). | expand

Commit Message

Ayoub Zaki Nov. 1, 2017, 5:52 p.m. UTC
Signed-off-by: Ayoub Zaki <ayoub.zaki@embexus.com>
---
 recipes-support/swupdate/swupdate/swupdate-progress.service | 1 -
 1 file changed, 1 deletion(-)

Comments

Stefano Babic Nov. 1, 2017, 10:38 p.m. UTC | #1
Hi Ayoub,

the commit message slipped into the subject....

On 01/11/2017 18:52, Ayoub Zaki wrote:
> Signed-off-by: Ayoub Zaki <ayoub.zaki@embexus.com>
> ---
>  recipes-support/swupdate/swupdate/swupdate-progress.service | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/recipes-support/swupdate/swupdate/swupdate-progress.service b/recipes-support/swupdate/swupdate/swupdate-progress.service
> index 7167425..de80b16 100644
> --- a/recipes-support/swupdate/swupdate/swupdate-progress.service
> +++ b/recipes-support/swupdate/swupdate/swupdate-progress.service
> @@ -3,5 +3,4 @@ Description=swupdate progress service
>  Requires=swupdate.service
>  
>  [Service]
> -Type=forking
>  ExecStart=/usr/bin/swupdate-progress -r -w

Regards,
Stefano
Ayoub Zaki Nov. 1, 2017, 10:51 p.m. UTC | #2
Hi Stefano,


On 01.11.2017 23:38, Stefano Babic wrote:
> Hi Ayoub,
>
> the commit message slipped into the subject....
Sorry I messed up with formatting the patch, I'm sending a new one.

>
> On 01/11/2017 18:52, Ayoub Zaki wrote:
>> Signed-off-by: Ayoub Zaki <ayoub.zaki@embexus.com>
>> ---
>>   recipes-support/swupdate/swupdate/swupdate-progress.service | 1 -
>>   1 file changed, 1 deletion(-)
>>
>> diff --git a/recipes-support/swupdate/swupdate/swupdate-progress.service b/recipes-support/swupdate/swupdate/swupdate-progress.service
>> index 7167425..de80b16 100644
>> --- a/recipes-support/swupdate/swupdate/swupdate-progress.service
>> +++ b/recipes-support/swupdate/swupdate/swupdate-progress.service
>> @@ -3,5 +3,4 @@ Description=swupdate progress service
>>   Requires=swupdate.service
>>   
>>   [Service]
>> -Type=forking
>>   ExecStart=/usr/bin/swupdate-progress -r -w

Best regards,
Ayoub
diff mbox series

Patch

diff --git a/recipes-support/swupdate/swupdate/swupdate-progress.service b/recipes-support/swupdate/swupdate/swupdate-progress.service
index 7167425..de80b16 100644
--- a/recipes-support/swupdate/swupdate/swupdate-progress.service
+++ b/recipes-support/swupdate/swupdate/swupdate-progress.service
@@ -3,5 +3,4 @@  Description=swupdate progress service
 Requires=swupdate.service
 
 [Service]
-Type=forking
 ExecStart=/usr/bin/swupdate-progress -r -w