@@ -50,20 +50,22 @@ There are two types of configuration sections:
50
50
## Simple Configuration
51
51
52
52
** APPLICATION_NAME** (Line 41)
53
-   ; Specifies the name of the managed application.
53
+   ; Specifies the name of the managed application.
54
54
  ; ** default:** "Application-Server"
55
55
56
56
** SCREEN_NAME** (Line 42)
57
57
  ; 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"
59
60
60
61
** EXECUTION_FILE** (Line 43)
61
62
  ; Specifies the command line your managed application shall run.
62
63
  ; ** default:** "startfile -parameter1 -parameter2"
63
64
64
65
** EXECUTING_USER** (Line 44)
65
66
  ; 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"
67
69
68
70
** SCREEN_KEEPER** (Line 46)
69
71
  ; Specifies whether the screen-keeper will be started on ` ./control.sh start `
@@ -105,7 +107,7 @@ There are two types of configuration sections:
105
107
** function userdefined_stop()** (Line 59)
106
108
  ; Contains the routine which is executed when stopping the managed application.
107
109
  ; ** 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
+ & nbsp ; ** default: ** (empty)
110
112
111
113
0 commit comments