Re: [systemd-devel] SIGHUP to systemd

2017-05-22 Thread Lennart Poettering
On Sun, 21.05.17 19:16, prashantkumar dhotre (prashantkumardho...@gmail.com) wrote: > Does SIGHUP ends up killing any process ? No. > Where do I see code for handling SIGHUP in systemd src (file/function) ? https://github.com/systemd/systemd/blob/master/src/core/manager.c#L2074 Lennart -- L

Re: [systemd-devel] SIGHUP to systemd

2017-05-21 Thread Zbigniew Jędrzejewski-Szmek
On Sun, May 21, 2017 at 07:16:19PM +0530, prashantkumar dhotre wrote: > Hi > What happens when SIGHUP is sent by some service to systemd (PID 1 ) ? > I see below lines in journalctl logs > > systemd[1]: Received SIGHUP from PID 27128 (myservice). > systemd[1]: Reloading. > systemd[1]: Configura

[systemd-devel] SIGHUP to systemd

2017-05-21 Thread prashantkumar dhotre
Hi What happens when SIGHUP is sent by some service to systemd (PID 1 ) ? I see below lines in journalctl logs systemd[1]: Received SIGHUP from PID 27128 (myservice). systemd[1]: Reloading. systemd[1]: Configuration file /lib/systemd/system/xyz.service is marked executable. Please remove execut