background start
This commit is contained in:
parent
11bd5e1064
commit
4a21673352
2
.gitignore
vendored
2
.gitignore
vendored
@ -8,6 +8,8 @@ concordia-server/config.hpp
|
||||
index/
|
||||
scripts/concordia-server.PID
|
||||
scripts/start.sh
|
||||
scripts/simplestart.sh
|
||||
scripts/backgroundstart.sh
|
||||
scripts/stop.sh
|
||||
scripts/restart.sh
|
||||
scripts/watchdog.sh
|
||||
|
@ -37,6 +37,10 @@ configure_file (
|
||||
"${concordia-server_SOURCE_DIR}/scripts/cmake_stubs/simplestart.sh.in"
|
||||
"${concordia-server_SOURCE_DIR}/scripts/simplestart.sh"
|
||||
)
|
||||
configure_file (
|
||||
"${concordia-server_SOURCE_DIR}/scripts/cmake_stubs/backgroundstart.sh.in"
|
||||
"${concordia-server_SOURCE_DIR}/scripts/backgroundstart.sh"
|
||||
)
|
||||
configure_file (
|
||||
"${concordia-server_SOURCE_DIR}/scripts/cmake_stubs/stop.sh.in"
|
||||
"${concordia-server_SOURCE_DIR}/scripts/stop.sh"
|
||||
|
5
scripts/cmake_stubs/backgroundstart.sh.in
Normal file
5
scripts/cmake_stubs/backgroundstart.sh.in
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
mono "@LEMMAGEN_BINARIES_PATH@"/LemmaGenSockets.exe &
|
||||
spawn-fcgi -p 8000 -n "@COMPILED_BINARIES_PATH@"/concordia_server_process &
|
||||
|
Loading…
Reference in New Issue
Block a user