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.
18 lines
416 B
18 lines
416 B
[Unit]
|
|
Description=Zabbix Proxy
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/sbin/zabbix_proxy -c /etc/zabbix/zabbix_proxy.conf
|
|
ExecReload=/usr/sbin/zabbix_proxy -R config_cache_reload
|
|
PIDFile=/var/run/zabbix/zabbix_proxy.pid
|
|
PrivateTmp=yes
|
|
CPUShares=512
|
|
MemoryLimit=50M
|
|
BlockIOWeight=500
|
|
InaccessibleDirectories=/home
|
|
ReadOnlyDirectories=/etc /usr
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|