Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-reinders committed Apr 26, 2019
1 parent ce052a7 commit 8040d5c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,22 @@ There are two types of configuration sections:
## Simple Configuration

**APPLICATION_NAME** (Line 41)
  Specifies the name of the managed application.
  Specifies the name of the managed application.
  **default:** "Application-Server"

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

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

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

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

            until the normal shutdown routine is beeing executed.
  **default:** (empty)


0 comments on commit 8040d5c

Please sign in to comment.