mirror of https://github.com/zulip/zulip.git
docs: Use systemctl instead of service.
Because memcached package on Ubuntu 18.04 supports systemd.
This commit is contained in:
parent
16e9892ab2
commit
407ed45ec2
|
@ -334,7 +334,7 @@ match the new OS version:
|
||||||
pg_dropcluster 9.5 main
|
pg_dropcluster 9.5 main
|
||||||
apt remove postgresql-9.5
|
apt remove postgresql-9.5
|
||||||
systemctl start postgresql
|
systemctl start postgresql
|
||||||
service memcached restart
|
systemctl restart memcached
|
||||||
```
|
```
|
||||||
|
|
||||||
4. At this point, you are now running the version of postgres that
|
4. At this point, you are now running the version of postgres that
|
||||||
|
|
Loading…
Reference in New Issue