Correct paths in moxerverctl and adapt Makefiles
This commit is contained in:
parent
ee5aaa2690
commit
ce8971eb2b
4 changed files with 16 additions and 23 deletions
8
tools/moxerverctl
Executable file → Normal file
8
tools/moxerverctl
Executable file → Normal file
|
@ -4,10 +4,12 @@
|
|||
# setup
|
||||
# =====
|
||||
|
||||
ROOT=""
|
||||
|
||||
# parameters
|
||||
CONFIGURATION_FILE="./moxanix.cfg"
|
||||
SERVER_BINARY="./moxerver"
|
||||
LOG_DIRECTORY="./logs"
|
||||
CONFIGURATION_FILE="$ROOT/etc/moxerver.cfg"
|
||||
SERVER_BINARY="moxerver"
|
||||
LOG_DIRECTORY="$ROOT/var/logs/moxerver"
|
||||
|
||||
|
||||
# global variables for configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue