| Line 47... |
Line 47... |
| 47 |
# Return
|
47 |
# Return
|
| 48 |
# 0 if daemon has been started
|
48 |
# 0 if daemon has been started
|
| 49 |
# 1 if daemon was already running
|
49 |
# 1 if daemon was already running
|
| 50 |
# 2 if daemon could not be started
|
50 |
# 2 if daemon could not be started
|
| 51 |
$DAEMON -u ${PROJECT_DIR}/shop2020/helpers/impl/HelperServer.py -l /var/log/services/helper.log -i $PIDFILE start
|
51 |
$DAEMON -u ${PROJECT_DIR}/shop2020/helpers/impl/HelperServer.py -l /var/log/services/helper.log -i $PIDFILE start
|
| - |
|
52 |
$DAEMON -u ${PROJECT_DIR}/shop2020/config/script/ConfigPropertiesReloader.py
|
| 52 |
# Add code here, if necessary, that waits for the process to be ready
|
53 |
# Add code here, if necessary, that waits for the process to be ready
|
| 53 |
# to handle requests from services started subsequently which depend
|
54 |
# to handle requests from services started subsequently which depend
|
| 54 |
# on this one. As a last resort, sleep for some time.
|
55 |
# on this one. As a last resort, sleep for some time.
|
| 55 |
}
|
56 |
}
|
| 56 |
|
57 |
|