Skip to content

maniagnihotri/SendControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Purpose

Many a times we need to send signals to processes running in background. Like to shutdown a process etc. There are many ways to do it. This code is another way to send a Terminate signal to the process. Issuing a kill -9 is not a viable idea where the graceful exit of the process is required and might cause issues in the next restart of the process. This software should come in handy at that time.

About

send signals to the processes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published