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.

20 lines
404 B

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