summaryrefslogtreecommitdiff
path: root/zabbix-proxy-sqlite3.service
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2025-07-30 16:10:37 +0000
committerCoprDistGit <infra@openeuler.org>2025-07-30 16:10:37 +0000
commit1100cffc42e41fae46be927ea82936ce5fb3f28a (patch)
treedcf9f16ba5b4439c3972ee5787497b1b8f951630 /zabbix-proxy-sqlite3.service
parentf6d28d7c04688a8470e3652b1532006c2462cb21 (diff)
automatic import of zabbixopeneuler24.03_LTS_SP2
Diffstat (limited to 'zabbix-proxy-sqlite3.service')
-rw-r--r--zabbix-proxy-sqlite3.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/zabbix-proxy-sqlite3.service b/zabbix-proxy-sqlite3.service
new file mode 100644
index 0000000..703d7cd
--- /dev/null
+++ b/zabbix-proxy-sqlite3.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Zabbix SQLite3 Proxy
+After=syslog.target network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/sbin/zabbix_proxy -f
+User=zabbixsrv
+
+[Install]
+WantedBy=multi-user.target