Index: /trunk/server/doc/install-howto.sh
===================================================================
--- /trunk/server/doc/install-howto.sh	(revision 2315)
+++ /trunk/server/doc/install-howto.sh	(revision 2316)
@@ -88,5 +88,5 @@
 
 # Make sure sendmail isn't installed, replace it with postfix
-    yum shell <<EOF
+    yum shell -y <<EOF
 remove sendmail
 install postfix
@@ -129,5 +129,5 @@
 
 # Replace rsyslog with syslog-ng by doing:
-    yum shell <<EOF
+    yum shell -y <<EOF
 remove rsyslog
 install syslog-ng
@@ -136,4 +136,5 @@
 EOF
     systemctl enable syslog-ng.service
+    systemctl start syslog-ng.service
 
 # Install the full list of RPMs that users expect to be on the
