Merge pull request #746 from roramirez/json-format-config-pm2

Use JSON format for configuration file on pm2 control process file
This commit is contained in:
Michael Teeuw
2017-03-05 17:15:56 +01:00
committed by GitHub
2 changed files with 6 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
{
apps : [{
name : "MagicMirror",
script : "/home/pi/MagicMirror/installers/mm.sh",
watch : ["/home/pi/MagicMirror/config/config.js"]
"apps" : [{
"name" : "MagicMirror",
"script" : "/home/pi/MagicMirror/installers/mm.sh",
"watch" : ["/home/pi/MagicMirror/config/config.js"]
}]
}