aboutsummaryrefslogtreecommitdiffstats
path: root/docs/updating/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/updating/index.md')
-rw-r--r--docs/updating/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/updating/index.md b/docs/updating/index.md
index e65097e6d..2ab8ed6f5 100644
--- a/docs/updating/index.md
+++ b/docs/updating/index.md
@@ -70,5 +70,5 @@ Lastly, you should restart your application server, this may be restarting
your webserver, or if it is running separately, something like:
{% highlight bash %}
-sudo /etc/init.d/fixmystreet restart
+sudo service fixmystreet restart
{% endhighlight %}