diff --git a/config.json b/config.json new file mode 100644 index 0000000..3774a9f --- /dev/null +++ b/config.json @@ -0,0 +1,15 @@ +{ + "apps":[ + { + "name":"Lavalink", + "cwd":".", + "script":"/usr/bin/java", + "args":[ + "-jar", + "/root/Lavalink/Lavalink.jar", + ], + "exec_interpreter":"", + "exec_mode":"fork" + } + ] +}