From 2b684aec271b3a702732cbee7f7594bb65b1cec8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Thu, 18 Sep 2014 01:01:13 +0200 Subject: [PATCH] Remove systemd again - update documentation. --- README.Fedora | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.Fedora b/README.Fedora index 446718b..407b2ef 100644 --- a/README.Fedora +++ b/README.Fedora @@ -1,11 +1,11 @@ Machine certificate is required in /etc/grid-security. -Start required daemons, httpd may need to be reloaded if already running: +Start and enable required daemons (httpd needs to be restarted if already running): service memcached start service httpd restart -or: - systemctl reload httpd.service - systemctl start rOCCI-server.target + + systemctl enable httpd + systemctl enable memcached By default only dummy backend is activated. -- 1.8.2.3