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

XMLWordPrintable

    • Type: Bug
    • Resolution: Obsolete
    • Priority: Low
    • None
    • Affects Version/s: 5.2.10
    • Component/s: Installation
    • Environment:

      Operating Systems: Linux

    • 5.02

      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.

            Assignee:
            Unassigned
            Reporter:
            vkharisma
            Votes:
            6 Vote for this issue
            Watchers:
            12 Start watching this issue

              Created:
              Updated:
              Resolved: