Versions in this module Expand all Collapse all v1 v1.0.0 Aug 1, 2024 Changes in this version + const DefaultEnvVariable + const PatternEnvVariable + const PatternServiceName + type Daemonizer struct + func New(options Options) *Daemonizer + func (d *Daemonizer) IsService() (bool, error) + func (d *Daemonizer) Start() error + func (d *Daemonizer) Stop() error + type Options struct + EnvVariable string + Name string + Service func() error