Updated the zabbix agent2 config to use the new systemd service
This commit is contained in:
parent
3e5a18494f
commit
ceb0c8c11c
@ -1,3 +1,5 @@
|
||||
# It is managed by the Ansible playbook and should not be edited manually.
|
||||
# This file is managed by Ansible. Do not edit manually.
|
||||
PidFile=/var/run/zabbix/zabbix_agent2.pid
|
||||
LogFile=/var/log/zabbix/zabbix_agent2.log
|
||||
LogFileSize=0
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
# It is managed by the Ansible playbook and should not be edited manually.
|
||||
# This file is managed by Ansible. Do not edit manually.
|
||||
[Service]
|
||||
User=root
|
||||
Group=root
|
||||
Loading…
Reference in New Issue
Block a user