Documentation ¶
Overview ¶
Package start provides the named command that runs a redis server followed by all of the configured daemons. If the PID is 1, start doesn't return; instead, it iterates and command shell.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct { // Machines may use Hook to run something before redisd and other // daemons. Hook func() error // Machines may use ConfHook to run something after all daemons start // and before source of start command script. ConfHook func() error // GPIO init hook for machines than need it ConfGpioHook func() error // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.