Skip to content

k9exp/daemon-process

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A sample daemon process

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published