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
448 B
22 lines
448 B
[Unit]
|
|
Description=Zabbix Proxy
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/sbin/zabbix_proxy --config /etc/zabbix/zabbix_proxy.conf --foreground
|
|
ExecReload=/usr/sbin/zabbix_proxy -R config_cache_reload
|
|
User=zabbix
|
|
Group=zabbix
|
|
CPUShares=512
|
|
MemoryLimit=500M
|
|
BlockIOWeight=500
|
|
PrivateTmp=yes
|
|
PrivateDevices=yes
|
|
ProtectSystem=full
|
|
ProtectHome=yes
|
|
NoNewPrivileges=yes
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|