Created
November 24, 2017 08:23
-
-
Save 582033/bccc30a3c1a7c50603f32ebb8f44360f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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