← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~lgp171188/launchpad:document-restarting-web-app-dogfood into launchpad:master

 

Guruprasad has proposed merging ~lgp171188/launchpad:document-restarting-web-app-dogfood into launchpad:master.

Commit message:
Document how to restart the Launchpad web app on dogfood

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/440234
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~lgp171188/launchpad:document-restarting-web-app-dogfood into launchpad:master.
diff --git a/doc/how-to/restarting-services-on-dogfood.rst b/doc/how-to/restarting-services-on-dogfood.rst
index 9c091fc..5334409 100644
--- a/doc/how-to/restarting-services-on-dogfood.rst
+++ b/doc/how-to/restarting-services-on-dogfood.rst
@@ -7,6 +7,13 @@ When applying manual changes, it may be necessary to restart services.
 Instead of :doc:`restarting all services <resurrect-dogfood>`, it is much
 faster to restart individual services.
 
+Restarting the launchpad web application
+========================================
+
+.. code-block:: bash
+
+    launchpad@labbu:~$ cd /srv/launchpad.net/codelines/current; make initscript-stop && make initscript-start
+
 Restarting launchpad-buildd
 ===========================
 

Follow ups