mirror of https://git.sdf.org/rudi/headless9
Gregory Rudolph
3 years ago
2 changed files with 18 additions and 21 deletions
@ -1,16 +1,16 @@ |
|||||||
package main |
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 700" |
||||||
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 it's permissions are 700" |
||||||
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 it's permissions are 700" |
||||||
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 it's permissions are 700" |
||||||
DAEMON_FILE_REFRESH = "Refreshing controlFile %+v" |
DAEMON_FILE_REFRESH = "Refreshing controlFile %+v" |
||||||
DAEMON_SVC_EXISTS = "%+v exists as PID %+v" |
DAEMON_SVC_EXISTS = "%+v exists as PID %+v" |
||||||
DAEMON_SVC_MISSING = "Svc not detected, starting: %+v" |
DAEMON_SVC_MISSING = "Svc not detected, starting: %+v" |
||||||
DAEMON_PROCESSING_CTL = "Processing command: %+v" |
DAEMON_PROCESSING_CTL = "Processing command: %+v" |
||||||
DAEMON_CMD_INVALID = "Invalid command `%v`, skipping. Args: { %+v }" |
DAEMON_CMD_INVALID = "Invalid command `%v`, skipping. Args: { %+v }" |
||||||
DAEMON_SVC_FAIL = "Error starting service %+v, see log for more info." |
DAEMON_SVC_FAIL = "Error starting service %+v, see log for more info." |
||||||
) |
) |
||||||
|
Loading…
Reference in new issue