Alexandros Kosiaris has submitted this change and it was merged.

Change subject: Update Parsoid server.js path in the upstart config
......................................................................


Update Parsoid server.js path in the upstart config

* New code is now on the production cluster and it is now safe to update
  the new path.

Change-Id: I9948b5caabe7c63b22c3f96b49c5ec31070b907f
---
M files/misc/parsoid.upstart
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Alexandros Kosiaris: Verified; Looks good to me, approved



diff --git a/files/misc/parsoid.upstart b/files/misc/parsoid.upstart
index ea4db42..24f1bca 100644
--- a/files/misc/parsoid.upstart
+++ b/files/misc/parsoid.upstart
@@ -37,5 +37,5 @@
     fi
     DAEMON_ARGS="-c $PARSOID_SETTINGS_FILE"
     chdir "$PARSOID_BASE_PATH"
-    exec /usr/bin/nodejs api/server.js $DAEMON_ARGS < /dev/null >> 
"$PARSOID_LOG_FILE" 2>&1
+    exec /usr/bin/nodejs bin/server.js $DAEMON_ARGS < /dev/null >> 
"$PARSOID_LOG_FILE" 2>&1
 end script

-- 
To view, visit https://gerrit.wikimedia.org/r/249399
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I9948b5caabe7c63b22c3f96b49c5ec31070b907f
Gerrit-PatchSet: 4
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Subramanya Sastry <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Arlolra <[email protected]>
Gerrit-Reviewer: GWicke <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: Mobrovac <[email protected]>
Gerrit-Reviewer: Subramanya Sastry <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to