summaryrefslogtreecommitdiffstats
path: root/linhes/zabbix/zabbix-agent2.service
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2023-04-11 03:06:21 (GMT)
committerBritney Fransen <brfransen@gmail.com>2023-04-11 03:06:21 (GMT)
commit27c42e54adc59fd935a3b94c9196195890a8c634 (patch)
tree7e8b12a92fcaac7531cf6bf48d18ab1293eff20b /linhes/zabbix/zabbix-agent2.service
parent2974e636424ba21eb481b011ce6f70fd8e2c8731 (diff)
downloadlinhes_pkgbuild-27c42e54adc59fd935a3b94c9196195890a8c634.zip
linhes_pkgbuild-27c42e54adc59fd935a3b94c9196195890a8c634.tar.gz
linhes_pkgbuild-27c42e54adc59fd935a3b94c9196195890a8c634.tar.bz2
zabbix: initial include
Diffstat (limited to 'linhes/zabbix/zabbix-agent2.service')
-rw-r--r--linhes/zabbix/zabbix-agent2.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/linhes/zabbix/zabbix-agent2.service b/linhes/zabbix/zabbix-agent2.service
new file mode 100644
index 0000000..02e340b
--- /dev/null
+++ b/linhes/zabbix/zabbix-agent2.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Zabbix Agent 2
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/zabbix_agent2
+User=zabbix-agent
+
+[Install]
+WantedBy=multi-user.target