Versions in this module Expand all Collapse all v0 v0.3.0 Jul 19, 2018 Changes in this version + func FindBinary(dirPaths ...string) (fpmPath string, err error) + func ReadPaths(envPath string) (dirPaths []string) + type Process struct + ConfigFile string + ErrorLog string + Exec string + Listen string + Name string + PidFile string + User string + func NewProcess(phpFpm string) *Process + func (proc *Process) Address() (network, address string) + func (proc *Process) Config() (f *ini.File) + func (proc *Process) SaveConfig(path string) + func (proc *Process) SetDatadir(prefix string) + func (proc *Process) SetName(name string) + func (proc *Process) Start() (err error) + func (proc *Process) Stop() error + func (proc *Process) Wait() (err error)