OCaml 4.14.0 rebuild
[arch-packages.git] / zabbix / trunk / zabbix-proxy-sqlite.service
blobacd2e5f44685685311e2ec9873e1bc105e2740b2
1 [Unit]
2 Description=Zabbix proxy with SQLite
3 After=network.target
4 Conflicts=zabbix-proxy-mysql.service zabbix-proxy-pgsql.service
6 [Service]
7 Type=simple
8 ExecStart=/usr/bin/zabbix_proxy_sqlite3 -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