-
Incident report
-
Resolution: Duplicate
-
Minor
-
None
-
2.3.1
-
None
-
Debian 7
The sample init.d start/stop script for Debian are missing the LSB tags and overrides
root@zabbix-server:/# update-rc.d zabbix-server defaults
update-rc.d: using dependency based boot sequencing
insserv: warning: script 'K01zabbix-server' missing LSB tags and overrides
insserv: warning: script 'zabbix-server' missing LSB tags and overrides
Please add to the top of misc/init.d/debian/zabbix-server
-
-
- BEGIN INIT INFO
-
- Provides: zabbix_server
- Required-Start: $network $remote_fs $syslog
- Required-Stop: $network $remote_fs $syslog
- Default-Start: 2 3 4 5
- Default-Stop: 0 1 6
- Short-Description: Zabbix server daemon
-
- END INIT INFO
-
Please add to the top of misc/init.d/debian/zabbix-agent
-
-
- BEGIN INIT INFO
-
- Provides: zabbix_agentd
- Required-Start: $network $syslog $remote_fs
- Required-Stop: $network $syslog $remote_fs
- Default-Start: 2 3 4 5
- Default-Stop: 0 1 6
- Short-Description: Zabbix agent daemon
-
- END INIT INFO
-
- duplicates
-
ZBXNEXT-1232 Add LSB tags to the Debian init scrips
- Closed