[systemd-devel] Failed state DBUS notification not received on sigkill of service

2018-09-27 Thread prashantkumar dhotre
Hi Failed state DBUS notification for ActiveState property is not received on sigkill of service, for the service that supports restart ('Restart' value in service faile). But i see that unit goes to failed state in journal logs ++ Sep 25 08:52:00 mynode systemd[1]: alarmd.service: Unit entered

[systemd-devel] [PATCH v2] meson: use the host architecture compiler/linker for src/boot/efi

2018-09-27 Thread Helmut Grohne
cross building systemd to arm64 presently fails, because the build system uses plain gcc and plain ld (build architecture compiler and linker respectively) for building src/boot/efi. These values come from the efi-cc and efi-ld options respectively. It rather should be using host tools here. Fixes

Re: [systemd-devel] [PATCH v2] meson: use the host architecture compiler/linker for src/boot/efi

2018-09-27 Thread systemd github import bot
Patchset imported to github. To create a pull request, one of the main developers has to initiate one via: -- Generated by https://github.com/haraldh/mail2git __