You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created service using kardianos package service name is "TestOne" this was running under the Systemd,From "TestOne" had run one child process called "ProcessOne"
Now i am trying to kill "TestOne" from "ProcessOne" . Is this possible?
If it is possible how can i do?
What is "KillMode" option to create service in Systemd.For better understanding refer the below URL
I have created service using kardianos package service name is "TestOne" this was running under the Systemd,From "TestOne" had run one child process called "ProcessOne"
Now i am trying to kill "TestOne" from "ProcessOne" . Is this possible?
If it is possible how can i do?
What is "KillMode" option to create service in Systemd.For better understanding refer the below URL
https://www.freedesktop.org/software/systemd/man/systemd.kill.html
Expectation : Need to kill Parent process from child process.
The text was updated successfully, but these errors were encountered: