Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-30589

Make JIRA init script according to Linux Base Standard (LSB)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Low
    • None
    • 5.2.10
    • Installation
    • Operating Systems: Linux

    Description

      According to LSB standard, init script should have a header, something like:

      #!/bin/sh -e
      # Start/stop JBoss
      #
      ### BEGIN INIT INFO
      # Provides:          jira
      # Required-Start:    $remote_fs $syslog $time
      # Required-Stop:     $remote_fs $syslog $time
      # Default-Start:     2 3 4 5
      # Default-Stop:      0 1 6
      # Short-Description: JIRA Issue tracking
      # Description:       jira is a tomcat based issue tracking system
      ### END INIT INFO
      

      Workaround

      Please refer to the comment provided by the Zachary here.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              vkharisma vkharisma (Inactive)
              Votes:
              6 Vote for this issue
              Watchers:
              12 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: