Documentation
¶
Overview ¶
Package service provides service manager utilities
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Type ¶
type Type string
Type is the service manager type
const ( // UnknownType is returned when the service manager type is not identified UnknownType Type = "unknown" // SysvinitType is returned when the service manager is sysvinit SysvinitType Type = "sysvinit" // UpstartType is returned when the service manager is upstart UpstartType Type = "upstart" // SystemdType is returned when the service manager is systemd SystemdType Type = "systemd" )
func GetServiceManagerType ¶
func GetServiceManagerType() Type
GetServiceManagerType returns the service manager of the current system
Directories
¶
| Path | Synopsis |
|---|---|
|
Package systemd provides a set of functions to manage systemd units
|
Package systemd provides a set of functions to manage systemd units |
|
Package sysvinit provides a set of functions to manage sysvinit services
|
Package sysvinit provides a set of functions to manage sysvinit services |
|
Package upstart provides a set of functions to manage upstart services
|
Package upstart provides a set of functions to manage upstart services |
|
Package windows provides a set of functions to manage Windows services.
|
Package windows provides a set of functions to manage Windows services. |
Click to show internal directories.
Click to hide internal directories.