archrelease: copy trunk to extra-x86_64
[arch-packages.git] / zabbix / trunk / zabbix-proxy-mysql.service
blob16b9c7ffd9e3b7689c7c4d13441945570b4fb4aa
1 [Unit]
2 Description=Zabbix proxy with MySQL
3 After=network.target mysql.service
4 Conflicts=zabbix-proxy.service zabbix-proxy-pgsql.service
6 [Service]
7 Type=simple
8 ExecStart=/usr/bin/zabbix_proxy_mysql -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