Re: [systemd-devel] No signal sent to stop service

2020-08-13 Thread Michal Koutný
Hello David. On Tue, Aug 11, 2020 at 02:33:11PM +1200, David Cunningham wrote: > The problem is most likely with systemd thinking the program is stopped > because "systemctl status" reports: > Aug 10 03:57:32 myhost systemd[1]: product_routed.service: Main process > exited, code=exited, status=1

Re: [systemd-devel] No signal sent to stop service

2020-08-10 Thread David Cunningham
Hello Lennart and Michal, Thank you for your replies. The cgroup file is below - can you please advise what is the relevant part to check? The problem is most likely with systemd thinking the program is stopped because "systemctl status" reports: Aug 10 03:57:32 myhost systemd[1]: product_routed.

Re: [systemd-devel] No signal sent to stop service

2020-08-10 Thread Lennart Poettering
On Do, 06.08.20 13:59, David Cunningham (dcunning...@voisonics.com) wrote: > Hello, > > I'm developing a service called product_routed which is managed by systemd. > The service can normally be stopped with "service product_routed stop" or > "systemctl stop product_routed", however for some reason

Re: [systemd-devel] No signal sent to stop service

2020-08-10 Thread Michal Koutný
Hi David. On Thu, Aug 06, 2020 at 01:59:03PM +1200, David Cunningham wrote: > The systemd file is as below, and we've confirmed that the PIDFile contains > the correct PID when the stop is attempted. Would anyone have any > suggestions on how to debug this? Thank you in advance. Is the given pro

[systemd-devel] No signal sent to stop service

2020-08-05 Thread David Cunningham
Hello, I'm developing a service called product_routed which is managed by systemd. The service can normally be stopped with "service product_routed stop" or "systemctl stop product_routed", however for some reason after the service has been running for a while (a few days or more) the stop command