On 22 January 2014 17:56, Burton, Ross wrote:
> Whoops, this fell out of my inbox. Whilst the is-active check now
> means that the service is restarted on upgrades, if the package is
> being installed it's now not started if AUTO_ENABLE is set to true.
>
> I think the logic should be "$D unset a
ian
> |Sent: Tuesday, November 05, 2013 6:14 PM
> |To: Patches and discussions about the oe-core layer
> |Subject: [OE-core] [PATCH v2] systemd.bbclass: only restart the service
> |when it is active at systemd_postinst
> |
> |From: Li Zhijian
> |
> |If systemd_postin
-core layer
|Subject: [OE-core] [PATCH v2] systemd.bbclass: only restart the service
|when it is active at systemd_postinst
|
|From: Li Zhijian
|
|If systemd_postinst is installed as a delayed package scriptlet (installed
|to /etc/rpm-postints/${PN})
|which would be executed at the first time
From: Li Zhijian
If systemd_postinst is installed as a delayed package scriptlet (installed to
/etc/rpm-postints/${PN})
which would be executed at the first time of OS startup. And then this script
would block when it is
trying to call systemctl to restart service.
It seems that it is not a go