mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-18 18:11:28 +03:00
Disabled PM2 logging to $HOME/.pm2
This commit is contained in:
@@ -2,6 +2,8 @@ module.exports = {
|
|||||||
apps : [{
|
apps : [{
|
||||||
name : "YoutubeDL-Material",
|
name : "YoutubeDL-Material",
|
||||||
script : "./app.js",
|
script : "./app.js",
|
||||||
watch : "placeholder"
|
watch : "placeholder",
|
||||||
|
out_file: "/dev/null",
|
||||||
|
error_file: "/dev/null"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user