summaryrefslogtreecommitdiffstats
path: root/office/SOGo/README.SBo
blob: a8e11802532c6976c8c44aae26220f75fe0d9ec8 (plain)
To start SOGo automatically at system startup, add the following to
your /etc/rc.d/rc.local:

  if [ -x /etc/rc.d/rc.sogo ]; then
    /etc/rc.d/rc.sogo start
  fi

To stop sogo automatically at system shutdown, add the following to
your /etc/rc.d/rc.local_shutdown:

  if [ -x /etc/rc.d/rc.sogo ]; then
    /etc/rc.d/rc.sogo stop
  fi