Categorygithub.com/rusq/gotsr
repositorypackage
0.1.0
Repository: https://github.com/rusq/gotsr.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

GO-TSR

gotsr — is a library for daemonising Go programs.

TSR stands for Terminate-and-Stay-Resident, was an acronym describing the type of behaviour when loaded program would return the control to the Operating System, and continue to execute in memory. These types of programs commonly refer to daemons in Unix/Linux systems and Services in Windows.

Currently only POSIX systems are supported (tested to work on Linux, Darwin and NetBSD). Windows support is experimental.

For usage example, see cmd/responder