-
Incident report
-
Resolution: Unresolved
-
Trivial
-
None
-
3.0.1
-
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. #
- duplicates
-
ZBX-5431 Debian init scripts misses LSB tags
- Closed