Skip to content

Commit

Permalink
Merge pull request #242 from papertrail/no-detach-windows
Browse files Browse the repository at this point in the history
Fix panic: cannot daemonize on windows
  • Loading branch information
markdascher committed Nov 23, 2021
2 parents 5999b01 + 33d894c commit 7d8579f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Expand Up @@ -173,7 +173,7 @@ func NewConfigFromEnv() (*Config, error) {

// override daemonize setting for platforms that don't support it
if !utils.CanDaemonize {
config.Set("no_daemonize", true)
config.Set("no_detach", true)
}

// unmarshal environment config into our Config object here
Expand Down

0 comments on commit 7d8579f

Please sign in to comment.