Versions in this module Expand all Collapse all v0 v0.3.0 Nov 1, 2024 Changes in this version + type Hook struct + Args []string + Cmd string + func (s *Hook) String() string + type Init interface + Wait func() int + func NewInit(config *InitConfig) (Init, error) + type InitConfig struct + Log tuxlogi.Logger + PreHook *Hook + Services []*Service + type Service struct + Args []string + Cmd string + func (s *Service) String() string