Skip to content

Instantly share code, notes, and snippets.

@Akagi201
Created November 26, 2018 08:34
Show Gist options
  • Save Akagi201/5e44de541842465b43af0892f83cedc7 to your computer and use it in GitHub Desktop.
Save Akagi201/5e44de541842465b43af0892f83cedc7 to your computer and use it in GitHub Desktop.
[pm2] process.json
{
"apps": [{
"name": "lanc",
"script": "lanc"
},{
"name": "aria2c",
"script": "aria2c",
"args": "--enable-rpc --rpc-listen-all"
},{
"name": "ss-local",
"script": "ss-local",
"args": "-c /etc/shadowsocks-libev/config.json"
},{
"name": "daze",
"script": "daze",
"args": "client -s ortc.io:51958 -l 0.0.0.0:51959"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment