Documentation
¶
Overview ¶
Package setup provides methods to install/unistall application as a service on the system
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { Name string // Application name Options []string // List of options DocsURL string // Documentation URL User string // Service user Identifier string // Syslog identifier WorkingDir string // Working dir StopSignal string // Stop signal ReloadSignal string // Reload signal WithLog bool // Create directory for logs WithoutPrivateTemp bool // Disable private temp Configs []Config // Configuration files }
App contains basic application configuration
Click to show internal directories.
Click to hide internal directories.