service

package
v0.75.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 11, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL