summaryrefslogtreecommitdiff
path: root/zabbix-proxy-sqlite3.service
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-02-02 12:02:02 +0000
committerCoprDistGit <infra@openeuler.org>2024-02-02 12:02:02 +0000
commit095b392983ed13275888082fb07dec857ae7821e (patch)
treeab6788b78de79e54e91195eebb2e8267bc5c7f41 /zabbix-proxy-sqlite3.service
parentf6d28d7c04688a8470e3652b1532006c2462cb21 (diff)
automatic import of zabbix
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