blob: 9da98e1c56de04a3b0878541714a5abcad2ea46a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[Unit]
Description=Zabbix proxy with PostgreSQL
After=network.target postgresql.service
Conflicts=zabbix-proxy.service zabbix-proxy-mysql.service
[Service]
Type=simple
ExecStart=/usr/bin/zabbix_proxy_pgsql -f
User=zabbix-proxy
PrivateDevices=yes
PrivateTmp=yes
ProtectSystem=full
ProtectHome=yes
CapabilityBoundingSet=cap_net_raw
AmbientCapabilities=cap_net_raw
[Install]
WantedBy=multi-user.target
|