Remove systemd again - update documentation.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 17 Sep 2014 23:01:13 +0000 (01:01 +0200)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 17 Sep 2014 23:01:13 +0000 (01:01 +0200)
README.Fedora

index 446718b..407b2ef 100644 (file)
@@ -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.