summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Schiffbauer <mschiff@gentoo.org>2017-01-25 23:33:06 +0100
committerMarc Schiffbauer <mschiff@gentoo.org>2017-01-25 23:33:06 +0100
commit2634711f08089b70d6a88e696d9eb62a217f8a30 (patch)
tree9375c88588e2560d5b72b8e66933b84258122526 /net-analyzer/files/zabbix-agentd.service
parentsys-fs/lvm2: added ebuild with lvmlockd/sanlock support (diff)
downloadmschiff-2634711f08089b70d6a88e696d9eb62a217f8a30.tar.gz
mschiff-2634711f08089b70d6a88e696d9eb62a217f8a30.tar.bz2
mschiff-2634711f08089b70d6a88e696d9eb62a217f8a30.zip
add old zabbix 2.4 because I still need it
Diffstat (limited to 'net-analyzer/files/zabbix-agentd.service')
-rw-r--r--net-analyzer/files/zabbix-agentd.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/net-analyzer/files/zabbix-agentd.service b/net-analyzer/files/zabbix-agentd.service
new file mode 100644
index 0000000..8485d06
--- /dev/null
+++ b/net-analyzer/files/zabbix-agentd.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=Zabbix agent daemon
+After=network.target
+
+[Service]
+Type=forking
+User=zabbix
+Group=zabbix
+ExecStart=/usr/sbin/zabbix_agentd -c /etc/zabbix/zabbix_agentd.conf
+PIDFile=/run/zabbix/zabbix_agentd.pid
+
+[Install]
+WantedBy=multi-user.target
+