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.
19 lines
404 B
19 lines
404 B
[Unit]
|
|
Description=Zabbix Server
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/sbin/zabbix_server --config /etc/zabbix/zabbix_server.conf --foreground
|
|
ExecReload=/usr/sbin/zabbix_server -R config_cache_reload
|
|
User=zabbix
|
|
Group=zabbix
|
|
MemoryLimit=2048M
|
|
BlockIOWeight=500
|
|
PrivateTmp=yes
|
|
PrivateDevices=yes
|
|
ProtectSystem=full
|
|
ProtectHome=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|