From b191bd1e83ad0ca152afc3a1c6c7823d9f4e683c Mon Sep 17 00:00:00 2001 From: Sam Pearson Date: Wed, 3 Oct 2018 08:51:49 +0100 Subject: [Docs] Use service command in examples This changes a handful of example commands that restart the fixmystreet application server to use the `service` command rather than the script in `/etc/init.d`. This should be compatible with systems using either of `systemd` or `sysvinit`. [skip ci] --- docs/updating/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/updating') 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 %} -- cgit v1.2.3