docs: Use systemctl instead of service.

Because memcached package on Ubuntu 18.04 supports systemd.
This commit is contained in:
Kouhei Sutou 2019-05-04 07:57:24 +09:00 committed by Tim Abbott
parent 16e9892ab2
commit 407ed45ec2
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ match the new OS version:
pg_dropcluster 9.5 main
apt remove postgresql-9.5
systemctl start postgresql
service memcached restart
systemctl restart memcached
```
4. At this point, you are now running the version of postgres that