Skip to content

Instantly share code, notes, and snippets.

@t0d0r
Last active December 11, 2015 04:29
Show Gist options
  • Save t0d0r/4545805 to your computer and use it in GitHub Desktop.
Save t0d0r/4545805 to your computer and use it in GitHub Desktop.
zabbix_agentd
#!/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