Skip to content

Instantly share code, notes, and snippets.

@Ryahn
Created August 23, 2020 03:36
Show Gist options
  • Save Ryahn/3ee77db0c1fbbbfc37d3cda659a09ef6 to your computer and use it in GitHub Desktop.
Save Ryahn/3ee77db0c1fbbbfc37d3cda659a09ef6 to your computer and use it in GitHub Desktop.
{
"apps": [{
"name": "Client #",
"cwd": "/home/ubuntu/manga/",
"args": [
"-Dfile-level=trace -Dstdout-level=info -Duser.dir=/home/ubuntu/manga",
"-jar",
"/home/ubuntu/manga/mangadex_at_home-1.2.1-all.jar",
"--settings=/home/ubuntu/manga/settings.json"
],
"script": "/usr/bin/java",
"node_args": [],
"log_date_format": "YYYY-MM-DD HH:mm Z",
"exec_interpreter": "none",
"exec_mode": "fork",
"error_file": "/home/ubuntu/manga/logs/client_#_error.log",
"out_file": "/home/ubuntu/manga/logs/client_#_out.log",
"merge_logs": true,
"instances" : 1,
"watch": false
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment