Skip to main content

Module stop

Module stop 

Source
Expand description

Stop command - Graceful process termination (SIGTERM)

Usage: proc stop 1234 # Stop PID 1234 proc stop :3000 # Stop process on port 3000 proc stop node # Stop all node processes proc stop :3000,:8080 # Stop multiple targets proc stop :3000,1234,node # Mixed targets (port + PID + name)

Structsยง

StopCommand
Stop process(es) gracefully with SIGTERM