Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 316 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 316 Bytes

A daemon process

Following 4 Steps for Daemonizie Go Application

go run main.go run.go

# this will print the PID (process id)

Send Signals

kill -SIGTERM PID
kill -SIGINT PID
kill -SIGHUP PID
kill -SIGKILL PID