Index: INSTALL.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/profiles/hostmaster/INSTALL.txt,v
retrieving revision 1.47
diff -u -p -r1.47 INSTALL.txt
--- INSTALL.txt	14 Oct 2009 12:05:25 -0000	1.47
+++ INSTALL.txt	19 Oct 2009 08:51:01 -0000
@@ -127,6 +127,20 @@ Shell commands::
  chmod 0700 /var/aegir/backups
  chown -R aegir /var/aegir/*
 
+Next we configure sudo to allow aegir user permission to restart apache.
+
+Shell commands::
+
+ sudo visudo
+
+Use the arrow keys to go to the last line. Press 'a' to add a line.
+
+Add the following on the new line::
+
+ aegir ALL=NOPASSWD: /usr/sbin/apache2ctl
+
+Hit Esc. Type ':'. type 'wq' and hit ENTER.
+
 
 Aegir installation instructions
 ===============================
