瀏覽代碼

swupdate: Set service type to notify

swupdate: Set service type to notify

In previous commit swupdate service type was set to 'exec'
however, swupdate has already implemented support for 'notify'
type. This commit updates the service type to 'notify'.

Signed-off-by: Muhammad Hamza <muhammad_hamza@mentor.com>
Reviewed-by: Stefano Babic <sbabic@denx.de>
Hamza, Muhammad 3 年之前
父節點
當前提交
649f9d9e0a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      recipes-support/swupdate/swupdate/swupdate.service

+ 1 - 1
recipes-support/swupdate/swupdate/swupdate.service

@@ -4,7 +4,7 @@ Documentation=https://github.com/sbabic/swupdate
 Documentation=https://sbabic.github.io/swupdate
 Documentation=https://sbabic.github.io/swupdate
 
 
 [Service]
 [Service]
-Type=exec
+Type=notify
 ExecStart=@LIBDIR@/swupdate/swupdate.sh
 ExecStart=@LIBDIR@/swupdate/swupdate.sh
 KillMode=mixed
 KillMode=mixed