PaperCutSoftware / silver

SILVER - A cross-platform service/daemon wrapper with in-build auto-update, crash resilience and more.
MIT License
54 stars 13 forks source link

GracefulShutdownTimeout config option ignored #12

Closed LarsOL closed 8 years ago

LarsOL commented 8 years ago

In startServices : main.go. Runconfig.GracefulShutdownTimeoutSecs is not set.

Meaning the default is always used, not the GracefulShutdownTimeoutSec from the config.

sc.RunConfig.GracefulShutdownTimeoutSecs = service.GracefulShutdownTimeout

LarsOL commented 8 years ago

Fixed in new-terminate branch