Re: [systemd-devel] systemd DB2 StartUp/Shutdown service on Red Hat Enterprise Linux Server release 7.4 (Maipo)

2018-05-25 Thread Leonard Rofman
Hello aleivag, Thank you for answering my email. I’ve made some changes to db2.service file but unfortunately the problem on reboot still persists. Please review the contents of the service file and hopefully you have some other recommendations. Regards. [Unit] Description=DB2 StartUp-Shutdown

Re: [systemd-devel] [PATCH] detect-virt: do not return exit failure code when the state is none

2018-05-25 Thread Zbigniew Jędrzejewski-Szmek
On Fri, May 25, 2018 at 10:25:08AM +0200, Franck Bui wrote: > Hi Joey, > > On 05/25/2018 09:33 AM, joeyli wrote: > > > > Do you have good idea to inhibit the exit failure to avoid the subsequent > > activity be blocked? > > > > For the context the actual rule is: > > SUBSYSTEM=="memory", ACTIO

Re: [systemd-devel] [PATCH] detect-virt: do not return exit failure code when the state is none

2018-05-25 Thread Franck Bui
Hi Joey, On 05/25/2018 09:33 AM, joeyli wrote: > > Do you have good idea to inhibit the exit failure to avoid the subsequent > activity be blocked? > For the context the actual rule is: SUBSYSTEM=="memory", ACTION=="add", PROGRAM=="/usr/bin/systemd-detect-virt", RESULT!="zvm", ... You can use

Re: [systemd-devel] [PATCH] detect-virt: do not return exit failure code when the state is none

2018-05-25 Thread joeyli
Hi Lennart, Thanks for your review and response... On Thu, May 24, 2018 at 12:20:36PM +0200, Lennart Poettering wrote: > On Do, 24.05.18 13:47, Lee, Chun-Yi ([email protected]) wrote: > > > Currently the systemd-detect-virt returns exit failure code when it > > detected none state. But ac