15 lines
669 B
Bash
15 lines
669 B
Bash
## Agmission servers ##
|
|
$scriptsPath='/home/agm/apps/pm2-apps/'
|
|
|
|
pm2 startOrRestart $scriptsPath/agmission-pm2.json --env production
|
|
pm2 startOrRestart $scriptsPath/job-importer-pm2.json --env production
|
|
#pm2 startOrRestart $scriptsPath/maintainer-pm2.json --env production
|
|
pm2 startOrRestart $scriptsPath/cleanup_worker-pm2.json --env production
|
|
pm2 startOrRestart $scriptsPath/invoice_worker-pm2.json --env production
|
|
|
|
## Tracking, GPS servers ##
|
|
pm2 startOrRestart $scriptsPath/track_server-pm2.json --env production
|
|
pm2 startOrRestart $scriptsPath/gps_server-agnav-pm2.json --env production
|
|
pm2 startOrRestart $scriptsPath/gps_server-rap-pm2.json --env production
|
|
|