From 407ed45ec2a69ca80de5d7bba107fb069ff21bdc Mon Sep 17 00:00:00 2001 From: Kouhei Sutou Date: Sat, 4 May 2019 07:57:24 +0900 Subject: [PATCH] docs: Use systemctl instead of service. Because memcached package on Ubuntu 18.04 supports systemd. --- docs/production/maintain-secure-upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/production/maintain-secure-upgrade.md b/docs/production/maintain-secure-upgrade.md index 021b6c0bec..7e9f4dcf89 100644 --- a/docs/production/maintain-secure-upgrade.md +++ b/docs/production/maintain-secure-upgrade.md @@ -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