4 lines
192 B
Bash
4 lines
192 B
Bash
#!/bin/bash
|
|
cd /opt/cap/fms-gps
|
|
nohup /opt/cap/fms-gps/fms-gps/bin/fms_gps -Dconfig.file=/opt/cap/fms-gps/cmc.conf -Dhttp.port=9004 -Dlogger.file=/opt/cap/fms-gps/logback.xml > gps.log 2>&1 &
|