Index: openacs-4/packages/acs-core-docs/www/install-daemontools.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/install-daemontools.html,v diff -u -r1.16 -r1.17 --- openacs-4/packages/acs-core-docs/www/install-daemontools.html 4 Feb 2004 16:47:32 -0000 1.16 +++ openacs-4/packages/acs-core-docs/www/install-daemontools.html 12 Feb 2004 13:51:40 -0000 1.17 @@ -1,9 +1,9 @@ -Install Daemontools (OPTIONAL)

Install Daemontools (OPTIONAL)

Daemontools is a collection of programs for controlling +Install Daemontools (OPTIONAL)

Install Daemontools (OPTIONAL)

Daemontools is a collection of programs for controlling other processes. We use daemontools to run and monitor AOLserver. It is installed in /package. These commands install daemontools and svgroup. svgroup is a script for granting permissions, to allow users other than root to use daemontools for specific - services.

  1. Install Daemontools

    download daemontools and install it.

    • Red Hat 8

      [root root]# mkdir -p /package
      +      services.

      1. Install Daemontools

        download daemontools and install it.

        • Red Hat 8

          [root root]# mkdir -p /package
           [root root]# chmod 1755 /package/
           [root root]# cd /package/
           [root package]# tar xzf /tmp/daemontools-0.76.tar.gz
          @@ -61,7 +61,7 @@
           root     13294  0.0  0.1  1352  272 ?        S    09:51   0:00 svscan /service
           root     13295  0.0  0.0  1304  208 ?        S    09:51   0:00 readproctitle service errors: .......................................
           [root root]#
        • Install a script to grant non-root users permission to - control daemontools services.

          [root root]# cp /tmp//packages/acs-core-docs/www/files/svgroup.txt /usr/local/bin/svgroup
          +        control daemontools services.

          [root root]# cp /tmp/openacs-5.0.1d1/packages/acs-core-docs/www/files/svgroup.txt /usr/local/bin/svgroup
           [root root]# chmod 755 /usr/local/bin/svgroup
          -cp /tmp//packages/acs-core-docs/www/files/svgroup.txt /usr/local/bin/svgroup 
          +cp /tmp/openacs-5.0.1d1/packages/acs-core-docs/www/files/svgroup.txt /usr/local/bin/svgroup 
           chmod 755 /usr/local/bin/svgroup
    View comments on this page at openacs.org