Skip to content

Instantly share code, notes, and snippets.

@582033
Created November 24, 2017 08:23
Show Gist options
  • Save 582033/bccc30a3c1a7c50603f32ebb8f44360f to your computer and use it in GitHub Desktop.
Save 582033/bccc30a3c1a7c50603f32ebb8f44360f to your computer and use it in GitHub Desktop.
{
"apps": [
{
"name": "xiaoying - 1st_fetch",
"script": "/opt/php7/bin/php",
"args" : "1st_fetch.php",
"cwd" : "/export/home/xtv/apps/xbb/download_xiaoying/app/",
"restart_delay" : 1000,
"exec_mode" : "fork",
"instances" : 1,
"out_file": "/dev/null",
"error_file": "/dev/null"
},
{
"name": "xiaoying - 2nd_push_to_covert",
"script": "/opt/php7/bin/php",
"args" : "2nd_push_to_covert.php",
"cwd" : "/export/home/xtv/apps/xbb/download_xiaoying/app/",
"restart_delay" : 1000,
"exec_mode" : "fork",
"instances" : 1,
"out_file": "/dev/null",
"error_file": "/dev/null"
},
{
"name": "xiaoying - 3rd_publish_to_xbb",
"script": "/opt/php7/bin/php",
"args" : "3rd_publish_to_xbb.php",
"cwd" : "/export/home/xtv/apps/xbb/download_xiaoying/app/",
"restart_delay" : 1000,
"exec_mode" : "fork",
"instances" : 1,
"out_file": "/dev/null",
"error_file": "/dev/null"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment