Uploaded image for project: 'ZABBIX FEATURE REQUESTS'
  1. ZABBIX FEATURE REQUESTS
  2. ZBXNEXT-1232

Add LSB tags to the Debian init scrips

XMLWordPrintable

      Can you add LSB tags to the Debian init.d scripts? For example:

      #! /bin/sh

          1. BEGIN INIT INFO
      1. Provides: zabbix-agent
      2. Required-Start: $local_fs $remote_fs
      3. Required-Stop: $local_fs $remote_fs
      4. Should-Start: $all
      5. Should-Stop: $all
      6. Default-Start: 2 3 4 5
      7. Default-Stop: 0 1 6
      8. Short-Description: Start/stop Zabbix-agent
      9. Description: Start/stop Zabbix-agent
          1. END INIT INFO
            #
      10. Zabbix agent start/stop script.
        #
      11. Copyright (C) 2000-2011 Zabbix SIA

      And:

          1. BEGIN INIT INFO
      1. Provides: Zabbix daemon
      2. Required-Start: $local_fs $remote_fs $network $syslog $named
      3. Required-Stop: $local_fs $remote_fs $network $syslog $named
      4. Default-Start: 2 3 4 5
      5. Default-Stop: 0 1 6
      6. X-Interactive: true
      7. Short-Description: Start/stop Zabbix server daemon
          1. END INIT INFO
            #
      8. Zabbix daemon start/stop script.
        #
      9. Copyright (C) 2000-2011 Zabbix SIA

            kodai Kodai Terashima
            tvlooy Tom Van Looy
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: