diff options
Diffstat (limited to 'net-analyzer/zabbix/files/zabbix-agentd.service')
-rw-r--r-- | net-analyzer/zabbix/files/zabbix-agentd.service | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-analyzer/zabbix/files/zabbix-agentd.service b/net-analyzer/zabbix/files/zabbix-agentd.service new file mode 100644 index 000000000000..8485d06f5a3a --- /dev/null +++ b/net-analyzer/zabbix/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 + |