archrelease: copy trunk to extra-x86_64
[arch-packages.git] / zabbix / trunk / zabbix-proxy-pgsql.service
blobefa43de66d3c9462d7306ea2d19eb4d5e24f5e40
1 [Unit]
2 Description=Zabbix proxy with PostgreSQL
3 After=network.target postgresql.service
4 Conflicts=zabbix-proxy.service zabbix-proxy-mysql.service
6 [Service]
7 Type=simple
8 ExecStart=/usr/bin/zabbix_proxy_postgresql -f
9 User=zabbix-proxy
10 PrivateDevices=yes
11 PrivateTmp=yes
12 ProtectSystem=full
13 ProtectHome=yes
14 CapabilityBoundingSet=cap_net_raw
15 AmbientCapabilities=cap_net_raw
17 [Install]
18 WantedBy=multi-user.target