Skip to content

Commit 8040d5c

Browse files
Update README.md
1 parent ce052a7 commit 8040d5c

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,22 @@ There are two types of configuration sections:
5050
## Simple Configuration
5151

5252
**APPLICATION_NAME** (Line 41)
53-
  Specifies the name of the managed application.
53+
  Specifies the name of the managed application.
5454
  **default:** "Application-Server"
5555

5656
**SCREEN_NAME** (Line 42)
5757
  Specifies the Screen-Name which is used to identify the managed application.
58-
  **Note:** Every Character except Whitespaces, Dots and no lead with `K_` are allowed.
58+
  **Note:** Every Character except Whitespaces, Dots and no lead with `K_` are allowed.
59+
  **default:** "ApplicationScreenName"
5960

6061
**EXECUTION_FILE** (Line 43)
6162
  Specifies the command line your managed application shall run.
6263
  **default:** "startfile -parameter1 -parameter2"
6364

6465
**EXECUTING_USER** (Line 44)
6566
  Specifies the user under which the managed application and its' keeper is executed.
66-
  **Note:** The specified user must be root or the user you'r going to run control.sh with.
67+
  **Note:** The specified user must be root or the user you'r going to run control.sh with.
68+
  **default:** "root"
6769

6870
**SCREEN_KEEPER** (Line 46)
6971
  Specifies whether the screen-keeper will be started on `./control.sh start`
@@ -105,7 +107,7 @@ There are two types of configuration sections:
105107
**function userdefined_stop()** (Line 59)
106108
  Contains the routine which is executed when stopping the managed application.
107109
  **Note:** After execution the managed application has got 10 seconds to terminate
108-
            until the normal shutdown routine is beeing executed.
109-
110+
            until the normal shutdown routine is beeing executed.
111+
  **default:** (empty)
110112

111113

0 commit comments

Comments
 (0)