autostartconf

package
v0.6.22 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

nolint // code from tailscale -- does not yet comply with linter rules

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetPlistPath

func GetPlistPath() (*string, error)

func InstallSystemDaemonDarwin

func InstallSystemDaemonDarwin(args []string) (err error)

func UninstallSystemDaemonDarwin

func UninstallSystemDaemonDarwin(args []string) (ret error)

Types

type AutoStartStore

type AutoStartStore interface {
	CopyBin(targetBin string) error
	WriteString(path, data string) error
}

type DaemonConfigurer

type DaemonConfigurer interface {
	Install() error
	UnInstall() error
}

type LinuxSystemdConfigurer

type LinuxSystemdConfigurer struct {
	AutoStartStore
	ValueConfigFile string
	DestConfigFile  string
}

func (LinuxSystemdConfigurer) Install

func (lsc LinuxSystemdConfigurer) Install() error

func (LinuxSystemdConfigurer) UnInstall

func (lsc LinuxSystemdConfigurer) UnInstall() error

Jump to

Keyboard shortcuts

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