Rename app.js to box.js

This commit is contained in:
Girish Ramakrishnan
2015-09-14 10:43:47 -07:00
parent d57236959a
commit f028649582
3 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ StopWhenUnneeded=true
Type=idle
WorkingDirectory=/home/yellowtent/box
Restart=always
ExecStart=/usr/bin/node --max_old_space_size=150 /home/yellowtent/box/app.js
ExecStart=/usr/bin/node --max_old_space_size=150 /home/yellowtent/box/box.js
Environment="HOME=/home/yellowtent" "USER=yellowtent" "DEBUG=box*,connect-lastmile" "BOX_ENV=cloudron" "NODE_ENV=production"
KillMode=process
User=yellowtent