4 lines
177 B
Bash
4 lines
177 B
Bash
#!/bin/bash
|
|
cd /opt/cap/fms-core
|
|
nohup /opt/cap/fms-core/fms-core/bin/fms -Dconfig.file=/opt/cap/fms-core/cmc.conf -Dlogger.file=/opt/cap/fms-core/logback.xml > core.log 2>&1 &
|