Author: jfthomps
Date: Thu Jul 13 20:29:07 2017
New Revision: 1801884

URL: http://svn.apache.org/viewvc?rev=1801884&view=rev
Log:
added notes about when to do systemd and SystemV

Modified:
    vcl/site/trunk/content/docs/VCL25InstallGuide.mdtext

Modified: vcl/site/trunk/content/docs/VCL25InstallGuide.mdtext
URL: 
http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/VCL25InstallGuide.mdtext?rev=1801884&r1=1801883&r2=1801884&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/VCL25InstallGuide.mdtext (original)
+++ vcl/site/trunk/content/docs/VCL25InstallGuide.mdtext Thu Jul 13 20:29:07 
2017
@@ -566,7 +566,7 @@ hosts or only for the root user. Consult
 
 5. **Install and Start the VCL Daemon (vcld) Service**
 
-    * **Steps for systemd**
+    * **Steps for systemd** - use these steps if your system is using systemd
 
         * Copy the vcld service script to /usr/lib/systemd/system
 
@@ -593,7 +593,8 @@ hosts or only for the root user. Consult
                 :::BashLexer
                 tail -f /var/log/vcld.log
 
-    * **Steps for SystemV**
+    * **Steps for SystemV** - use these steps if your system is using SystemV 
(scripts located in
+/etc/init.d)
 
         * Copy the vcld service script to /etc/init.d and name it vcld:
        


Reply via email to