Documentation ¶
Index ¶
- Constants
- func BinDirPath() string
- func BinFilePath() string
- func EtcDirPath() string
- func EtcFilePath(fileName string) string
- func GetPrefix() string
- func Install(args ...string)
- func InstallChownRoot(args ...string)
- func InstallDirChownRoot(dirPath string)
- func IsPrefixed() bool
- func LibDirPath() string
- func LibFilePath(fileName string) string
- func LogDirPath() string
- func LogFile(fileName string) (io.Writer, error)
- func LogFilePath(fileName string) string
- func PidFilePath() string
- func Prefix(p string)
- func PrintVersion(out io.Writer)
- func ReadPidFile() (int, error)
- func RunDirPath() string
- func StdOutAndLogFile(fileName string) (io.Writer, error)
- func WritePidFile(pid int) error
Constants ¶
const ( // UnitFilePath is the path to the SystemD service's unit file. UnitFilePath = "/etc/systemd/system/rexray.service" // InitFilePath is the path to the SystemV Service's init script. InitFilePath = "/etc/init.d/rexray" // EnvFileName is the name of the environment file used by the SystemD // service. EnvFileName = "rexray.env" )
Variables ¶
This section is empty.
Functions ¶
func BinDirPath ¶
func BinDirPath() string
BinDirPath returns the path to the REX-Ray bin directory.
func BinFilePath ¶
func BinFilePath() string
BinFilePath returns the path to the REX-Ray executable.
func EtcDirPath ¶
func EtcDirPath() string
EtcDirPath returns the path to the REX-Ray etc directory.
func EtcFilePath ¶
EtcFilePath returns the path to a file inside the REX-Ray etc directory with the provided file name.
func InstallChownRoot ¶
func InstallChownRoot(args ...string)
InstallChownRoot executes the system install command and chowns the target to the root user and group.
func InstallDirChownRoot ¶
func InstallDirChownRoot(dirPath string)
InstallDirChownRoot executes the system install command with a -d flag and chowns the target to the root user and group.
func IsPrefixed ¶
func IsPrefixed() bool
IsPrefixed returns a flag indicating whether or not a prefix value is set.
func LibDirPath ¶
func LibDirPath() string
LibDirPath returns the path to the REX-Ray bin directory.
func LibFilePath ¶
LibFilePath returns the path to a file inside the REX-Ray lib directory with the provided file name.
func LogDirPath ¶
func LogDirPath() string
LogDirPath returns the path to the REX-Ray log directory.
func LogFile ¶
LogFile returns a writer to a file inside the REX-Ray log directory with the provided file name.
func LogFilePath ¶
LogFilePath returns the path to a file inside the REX-Ray log directory with the provided file name.
func PrintVersion ¶
PrintVersion prints the current version information to the provided writer.
func ReadPidFile ¶
ReadPidFile reads the REX-Ray PID from the PID file.
func RunDirPath ¶
func RunDirPath() string
RunDirPath returns the path to the REX-Ray run directory.
func StdOutAndLogFile ¶
StdOutAndLogFile returns a mutltiplexed writer for the current process's stdout descriptor and a REX-Ray log file with the provided name.
func WritePidFile ¶
WritePidFile writes the current process ID to the REX-Ray PID file.
Types ¶
This section is empty.