summaryrefslogtreecommitdiff
path: root/net-analyzer/zabbix/files/zabbix-proxy.service
blob: 78b07be0506281b1fe5caf9271b80136d1e23afb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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