bakayarou

This commit is contained in:
artie 2024-04-27 00:55:32 +02:00
parent bcaf3a986c
commit 05ba42936b

View File

@ -3,7 +3,7 @@ module.exports = {
{
name: "artemis",
script: "/bin/bash",
args: "-c './env/bin/python -m artemis'",
args: "-c './env/bin/python -m artemis.bot'",
out_file: "/dev/null",
error_file: "/dev/null",
log_file: "./artemis.log",