Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-15961

redhat ezfind service script: add support for chkconfig

    XMLWordPrintable

Details

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Medium Medium
    • None
    • 4.2.0
    • None

    Description

      chkconfig being the recommended way to manage services in rhel, we should add support for it in the solr script.

      What is needed is a comments block at the top of the file with some standard tags:

      #!/bin/bash
      #
      # eZ Find init script for RHEL and CENTOS.
      #
      # chkconfig: - 64 36
      # description:  SOLR indexing server.
      # processname: solr
      # pidfile: /var/run/solr.pid
      

      here 64/36 are the priorities for starting/stopping the process (apache is 80/20 iirc)

      Attachments

        Activity

          People

            unknown unknown
            72f8acac-185f-4a54-9470-a7473f50daab@accounts.ibexa.co Gaetano Giunta
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: