Init scripts included with the source for Debian not working.

XMLWordPrintable

    • Type: Incident report
    • Resolution: Unresolved
    • Priority: Trivial
    • None
    • Affects Version/s: 3.0.1
    • Component/s: Installation (I)
    • Environment:
      Debian

      The init scripts (for agent/server) included with the source code for Debian, do not work on the last two versions of Debian.
      A headers needs te be added to the init scripts to make them work. The header should like like. It took me a while to figure that out, so it would be nice for others if the init scripts would be updated.

      #!/bin/sh 
      ### BEGIN INIT INFO
      # Provides:          zabbix-proxy
      # Required-Start:    $remote_fs $syslog
      # Required-Stop:     $remote_fs $syslog
      # Default-Start:     2 3 4 5
      # Default-Stop:      0 1 6
      # Short-Description: Init script for zabbix-proxy
      # Description: Init script for zabbix-proxy
      ### END INIT INFO
      #
      # Zabbix proxy start/stop script.
      #
      

            Assignee:
            Unassigned
            Reporter:
            finalbeta
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: