Zabbix monitoring RPM
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
428 B

7 years ago
[Unit]
Description=Zabbix Proxy
After=syslog.target network.target
[Service]
Type=simple
ExecStart=/usr/sbin/zabbix_proxy --config /etc/zabbix/zabbix_proxy.conf --foreground
7 years ago
ExecReload=/usr/sbin/zabbix_proxy -R config_cache_reload
User=zabbix
Group=zabbix
7 years ago
CPUShares=512
MemoryLimit=500M
7 years ago
BlockIOWeight=500
PrivateTmp=yes
PrivateDevices=yes
ProtectSystem=full
ProtectHome=yes
Restart=always
7 years ago
[Install]
WantedBy=multi-user.target