Documentation
¶
Overview ¶
Package sysvinit provides a set of functions to manage sysvinit services
Index ¶
- func Install(ctx context.Context, name string) error
- func InstallAll(ctx context.Context, names ...string) error
- func Remove(ctx context.Context, name string) error
- func RemoveAll(ctx context.Context, names ...string) error
- func Restart(ctx context.Context, name string) error
- func Stop(ctx context.Context, name string) error
- func StopAll(ctx context.Context, names ...string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InstallAll ¶ added in v0.68.0
InstallAll installs all sys-v init scripts using update-rc.d
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.