aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/process.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/process.rst b/docs/process.rst
index 8feb6247..f82c0878 100644
--- a/docs/process.rst
+++ b/docs/process.rst
@@ -13,9 +13,8 @@ operational. In the unlikely event that it stops, it can be restarted
as follows::
ssh debian
- cd /home/share/CorpCDOs/code/python
- python http-server.py stop
- python http-server.py start
+ sudo /etc/init.d/circusd stop
+ sudo /etc/init.d/circusd start
Load data from intex and populate the database
----------------------------------------------