13 lines
275 B
SYSTEMD
13 lines
275 B
SYSTEMD
|
[Unit]
|
||
|
Description=Zabbix proxy
|
||
|
Documentation=https://zabbix.com/manuals
|
||
|
After=network.target network-online.target
|
||
|
|
||
|
[Service]
|
||
|
User=zabbix
|
||
|
Group=zabbix
|
||
|
ExecStart=/usr/sbin/zabbix_proxy --foreground --config /etc/zabbix/zabbix_proxy.conf
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|