Index: openacs-4/packages/acs-core-docs/www/install-openacs-inittab.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/install-openacs-inittab.html,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-core-docs/www/install-openacs-inittab.html 22 Jun 2004 12:53:52 -0000 1.4 +++ openacs-4/packages/acs-core-docs/www/install-openacs-inittab.html 16 Feb 2005 00:21:02 -0000 1.5 @@ -1,4 +1,4 @@ -AOLserver keepalive with inittab

AOLserver keepalive with inittab

This is an alternative method for keeping the AOLserver +AOLserver keepalive with inittab

AOLserver keepalive with inittab

This is an alternative method for keeping the AOLserver process running. The recommended method is to run AOLserver supervised.

This step should be completed as root. This can break every service @@ -22,7 +22,7 @@ restarts our service.

  • Copy this file into - /tmp/restart-aolserver.txt. + /var/tmp/restart-aolserver.txt.

  • This script needs to be SUID-root, which means that the script will run as root. This is necessary to ensure @@ -36,7 +36,7 @@

     [joeuser ~]$ su - 
     Password: ***********
    -[root ~]# cp /tmp/restart-aolserver.txt /usr/local/bin/restart-aolserver
    +[root ~]# cp /var/tmp/restart-aolserver.txt /usr/local/bin/restart-aolserver
     [root ~]# chown root.web /usr/local/bin/restart-aolserver
     [root ~]# chmod 4750 /usr/local/bin/restart-aolserver
     [root ~]# ln -s /usr/bin/perl /usr/local/bin/perl