A Linux daemon runs continuously written in Go
.gitignore | ||
info.go | ||
LICENSE | ||
README.md |
go-daemon
A Linux daemon runs continuously written in golang. Refer to ahenk-docs/dev for resources
Summary - MakeUseOf
Usually daemons start on system startup and run continuously until the system shuts down. They do NOT send messages to the console or screen in any way.
It is not mandatory but daemon processes are usually named to end with the letter d
-
Initial operations, such as reading configuration files or obtaining necessary system resources, must be performed before the process becomes a daemon