Last active
December 11, 2015 04:29
-
-
Save t0d0r/4545805 to your computer and use it in GitHub Desktop.
zabbix_agentd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| ### BEGIN INIT INFO | |
| # Provides: zabbix_agentd | |
| # Required-Start: $network $syslog | |
| # Required-Stop: $network $syslog | |
| # Default-Start: 3 5 | |
| # Default-Stop: 0 1 2 6 | |
| # Description: whatever | |
| ### END INIT INFO | |
| /usr/sbin/zabbix_agentd | |
| # chmod 755 /etc/init.d/zabbix_agentd | |
| # chkconfig --add zabbix_agentd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment