-
Change Request
-
Resolution: Fixed
-
Trivial
-
None
-
2.0.0
Can you add LSB tags to the Debian init.d scripts? For example:
#! /bin/sh
-
-
- BEGIN INIT INFO
-
- Provides: zabbix-agent
- Required-Start: $local_fs $remote_fs
- Required-Stop: $local_fs $remote_fs
- Should-Start: $all
- Should-Stop: $all
- Default-Start: 2 3 4 5
- Default-Stop: 0 1 6
- Short-Description: Start/stop Zabbix-agent
- Description: Start/stop Zabbix-agent
-
- END INIT INFO
#
- END INIT INFO
-
- Zabbix agent start/stop script.
# - Copyright (C) 2000-2011 Zabbix SIA
And:
-
-
- BEGIN INIT INFO
-
- Provides: Zabbix daemon
- Required-Start: $local_fs $remote_fs $network $syslog $named
- Required-Stop: $local_fs $remote_fs $network $syslog $named
- Default-Start: 2 3 4 5
- Default-Stop: 0 1 6
- X-Interactive: true
- Short-Description: Start/stop Zabbix server daemon
-
- END INIT INFO
#
- END INIT INFO
-
- Zabbix daemon start/stop script.
# - Copyright (C) 2000-2011 Zabbix SIA
- duplicates
-
ZBXNEXT-890 Zabbix packaging for various GNU/Linux distributions
- Closed