mirror of
https://github.com/mtan93/homebridge.git
synced 2026-05-09 22:06:55 +01:00
add forever env configs
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"append": true,
|
||||
"script": "app.js"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"uid": "homebridge",
|
||||
"append": true,
|
||||
"script": "app.js",
|
||||
"outFile": "log/logs.log",
|
||||
"errFile": "log/error.log"
|
||||
}
|
||||
Reference in New Issue
Block a user