groupware autostart ...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • onex

    #1

    groupware autostart ...

    i am missing an init-script for starting the groupware automatically.
    do i always have to start it manually after a reboot with
    Code:
    /opt/open-xchange/sbin/open-xchange-groupware &
    ?
  • Martin Heiland
    Open-Xchange Quality Assurance
    • Feb 2007
    • 3695

    #2
    Just create a initscript and link it to one of the runlevel directories (on most linux systems /etc/rcX.d/) where X is the runlevel. The information about what runlevel is loaded can be found at /etc/inittab. There are multiple skeleton scripts that can be used as a template.

    Comment

    • onex

      #3
      ok, i just wanted to know if there already exists an init-script which i can use

      Comment

      • batnator

        #4
        the init script for groupware is in the your cvs tree but not copied while install, also the file for /etc/default is there ... I'm currently at home and have no exactly paths and names on hand

        Comment

        • onex

          #5
          SOLVED!

          thank you!

          Comment

          • Sneeper

            #6
            Ok ... how did you solve it ... I'm looking for the same thing ...

            Comment

            • onex

              #7
              just download the groupware from the cvs-tree.
              Code:
              cd /tmp
              cvs -d :pserver:anonymous@www.open-xchange.com:/var/lib/cvs co open-xchange
              now copy the init-script from /tmp/open-xchange/etc/init.d to /etc/init.d.
              (the same with the file in /tmp/open-xchange/etc/default)

              i used rcconf, a console-gui for init-startups (apt-get install rcconf) to automatically start the groupware.

              Comment

              Working...
              X