Skip to content

Instantly share code, notes, and snippets.

@kometchtech
Last active August 29, 2015 14:03
Show Gist options
  • Save kometchtech/196a2f4353f8e862b6fc to your computer and use it in GitHub Desktop.
Save kometchtech/196a2f4353f8e862b6fc to your computer and use it in GitHub Desktop.
[Unit]
Description=Zabbix Monitor Agent
After=syslog.target network.target
[Service]
Type=forking
ExecStart=/usr/sbin/zabbix_agentd
#RemainAfterExit=yes
PIDFile=/var/run/zabbix/zabbix_agentd.pid
User=zabbix
[Install]
WantedBy=multi-user.target
@kometchtech
Copy link
Author

cat /etc/redhat-release
CentOS Linux release 7.0.1406 (Core)
Zabbix 2.2.4 (revision 46772)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment