From: František Dvořák Date: Wed, 17 Sep 2014 23:01:13 +0000 (+0200) Subject: Remove systemd again - update documentation. X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=2b684aec271b3a702732cbee7f7594bb65b1cec8;p=rOCCI-packaging-fedora.git Remove systemd again - update documentation. --- 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.