Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SystemdManager ¶
type SystemdManager struct {
// contains filtered or unexported fields
}
func NewSystemdManager ¶
func NewSystemdManager() (*SystemdManager, error)
func (*SystemdManager) Install ¶
func (sm *SystemdManager) Install(interval time.Duration, dryRun bool) error
func (*SystemdManager) IsInstalled ¶
func (sm *SystemdManager) IsInstalled() bool
func (*SystemdManager) Status ¶
func (sm *SystemdManager) Status() (string, error)
func (*SystemdManager) Uninstall ¶
func (sm *SystemdManager) Uninstall() error
type TemplateData ¶
Click to show internal directories.
Click to hide internal directories.