[ZBX-10567] Init scripts included with the source for Debian not working. Created: 2016 Mar 23 Updated: 2017 May 30 |
|
Status: | Open |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | Installation (I) |
Affects Version/s: | 3.0.1 |
Fix Version/s: | None |
Type: | Incident report | Priority: | Trivial |
Reporter: | finalbeta | Assignee: | Unassigned |
Resolution: | Unresolved | Votes: | 0 |
Labels: | initscripts | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: |
Debian |
Attachments: |
![]() |
||||||||
Issue Links: |
|
Description |
The init scripts (for agent/server) included with the source code for Debian, do not work on the last two versions of Debian. #!/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. # |
Comments |
Comment by finalbeta [ 2016 Mar 23 ] |
I've attached an example script. JIRA formatted my previous paste wrong. |