mirror of
https://git.sdf.org/rudi/headless9.git
synced 2026-03-22 05:17:27 +00:00
Go fmt
This commit is contained in:
@ -3,10 +3,10 @@ package main
|
|||||||
var (
|
var (
|
||||||
DAEMON_START = "Starting headless9"
|
DAEMON_START = "Starting headless9"
|
||||||
CMD_SYNTAX = "Command structure: \"headless9 $verb $service\""
|
CMD_SYNTAX = "Command structure: \"headless9 $verb $service\""
|
||||||
CTL_UNABLE_WRITE = "Unable to write to Control Socket. Please check the file %+v and that it's permissions are 700"
|
CTL_UNABLE_WRITE = "Unable to write to Control Socket. Please check the file %+v and that it's permissions are 660"
|
||||||
CTL_NOT_OPEN = "Unable to open Control Socket. Please check the file %+v and that it's permissions are 700"
|
CTL_NOT_OPEN = "Unable to open Control Socket. Please check the file %+v and that its permissions are 660"
|
||||||
CTL_NOT_CLEAR = "Unable to clear Control Socket. Please check the file %+v and that it's permissions are 700"
|
CTL_NOT_CLEAR = "Unable to clear Control Socket. Please check the file %+v and that its permissions are 660"
|
||||||
CTL_NOT_REWOUND = "Unable to rewind Control Socket. Please check the file %+v and that it's permissions are 700"
|
CTL_NOT_REWOUND = "Unable to rewind Control Socket. Please check the file %+v and that its permissions are 660"
|
||||||
DAEMON_FILE_REFRESH = "Refreshing controlFile %+v"
|
DAEMON_FILE_REFRESH = "Refreshing controlFile %+v"
|
||||||
DAEMON_SVC_INVALID = "Invalid command `%v`, skipping. Args: { %+v }"
|
DAEMON_SVC_INVALID = "Invalid command `%v`, skipping. Args: { %+v }"
|
||||||
DAEMON_SVC_DISABLED = "%+v is disabled, skipping!"
|
DAEMON_SVC_DISABLED = "%+v is disabled, skipping!"
|
||||||
|
|||||||
Reference in New Issue
Block a user