diff options
| author | CoprDistGit <infra@openeuler.org> | 2024-10-23 01:32:51 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2024-10-23 01:32:51 +0000 |
| commit | ef21343bd0e71af5d5ae0a435dbe09b6192ced81 (patch) | |
| tree | fc911d3ee24d9a81f35eae00c697795bbd9f173a /zabbix-agent.service | |
| parent | f6d28d7c04688a8470e3652b1532006c2462cb21 (diff) | |
automatic import of zabbix
Diffstat (limited to 'zabbix-agent.service')
| -rw-r--r-- | zabbix-agent.service | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/zabbix-agent.service b/zabbix-agent.service new file mode 100644 index 0000000..aeed01b --- /dev/null +++ b/zabbix-agent.service @@ -0,0 +1,11 @@ +[Unit] +Description=Zabbix Monitor Agent +After=syslog.target network.target + +[Service] +Type=simple +ExecStart=/usr/sbin/zabbix_agentd -f +User=zabbix + +[Install] +WantedBy=multi-user.target |
